Comment 9 for bug 1933775

Revision history for this message
In , Redi (redi) wrote :

There's no easy solution. Intel contributed the PSTL headers with a dependency on TBB task.h header, then deprecated that header in a later TBB release. You need to either use an older TBB, or suppress the warning.

There is a plan to add an OpenMP backend to PSTL, which will remove the TBB dependency, but it's not ready yet.