tbb.h deprecated warning
marty1885 opened this issue · 0 comments
marty1885 commented
Newer versions of TBB is now warning that tbb.h (used in CPUBackend.cpp) is deprecated.
In file included from /home/marty/Documents/Etaler/Etaler/Backends/CPUBackend.cpp:9:
/usr/include/tbb/tbb.h:21:154: note: #pragma message: TBB Warning: tbb.h contains deprecated functionality. For details, please see Deprecated Features appendix in the TBB reference manual.
21 | #pragma message("TBB Warning: tbb.h contains deprecated functionality. For details, please see Deprecated Features appendix in the TBB reference manual.")
|