Base class for methods that became static in TBB 3.0. More...
#include <task.h>
Base class for methods that became static in TBB 3.0.
TBB's evolution caused the "this" argument for several methods to become obsolete. However, for backwards binary compatibility, the new methods need distinct names, otherwise the One Definition Rule would be broken. Hence the new methods are defined in this private base class, and then exposed in class task via using declarations.