Do not delete move constructors of TBB-related classes
This will break modern versions of TBB, which use std::move in their task constructor. Further, there is little point in deleting move constructors while allowing copy constructors.
Loading
Please register or sign in to comment