oneDPL icon indicating copy to clipboard operation
oneDPL copied to clipboard

No member named 'task' in namespace 'tbb'

Open michaeleisel opened this issue 2 years ago • 1 comments

Hi, I'm using oneTBB (latest release) and oneDPL for pstl (latest commit of release_PSTL). When I add #include "pstl/execution" to my file, compilation fails with "No member named 'task' in namespace 'tbb'". Any ideas what the issue is?

michaeleisel avatar Mar 10 '22 13:03 michaeleisel

Hi @michaeleisel!

It is explained in https://stackoverflow.com/a/67924408/15892698. Is the explanation helpful?

dmitriy-sobolev avatar Mar 14 '22 11:03 dmitriy-sobolev