celix
celix copied to clipboard
TBB Warning: tbb/task_scheduler_init.h is deprecated
On Ubuntu 20.04 I get this warning when compiling experimental promises:
In file included from /home/oipo-unencrypted/Programming/celix/misc/experimental/promise/api/celix/Deferred.h:29,
from /home/oipo-unencrypted/Programming/celix/misc/experimental/promise/src/PromiseExamples.cc:23:
/usr/include/tbb/task_scheduler_init.h:21:154: note: #pragma message: TBB Warning: tbb/task_scheduler_init.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.
21 | #pragma message("TBB Warning: tbb/task_scheduler_init.h is deprecated. For details, please see Deprecated Features appendix in the TBB reference manual.")