X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tbb%2Finclude%2Ftbb%2Ftask_group.h;h=2e42544a713344b9b19c82b4b357b1614ab0d11e;hb=4c96b4064a92f65beead3cb2453d727187bed40f;hp=fd4d552d28252df22be6b55cd5f706ec4d68dd31;hpb=46ab0514ba58ee00183ff0584c7ea7c9e3d76494;p=casparcg diff --git a/tbb/include/tbb/task_group.h b/tbb/include/tbb/task_group.h index fd4d552d2..2e42544a7 100644 --- a/tbb/include/tbb/task_group.h +++ b/tbb/include/tbb/task_group.h @@ -32,6 +32,8 @@ #include "task.h" #include "tbb_exception.h" +#if __TBB_TASK_GROUP_CONTEXT + namespace tbb { namespace internal { @@ -245,4 +247,6 @@ task_handle make_task( const F& f ) { } // namespace tbb +#endif /* __TBB_TASK_GROUP_CONTEXT */ + #endif /* __TBB_task_group_H */