Skip to content

Don't use patched version of TBB on newer versions.

Kenneth Moreland requested to merge kmorel/vtk-m:tbb-is-fixed into master

We have a patched version of TBB's parallel_for.h in our files that fixes a problem with using std::swap. This issue has since been fixed in TBB, so for newer versions we should revert back to TBB's implementation.

Merge request reports