`BOOST_TIMER_ENABLE_DEPRECATED` variable needs to be added to build environment
anoduck opened this issue · 1 comments
anoduck commented
Build failed as a result of deprecated header. Adding BOOST_TIMER_ENABLE_DEPRECATED
to the build environment should resolve this issue temporarily.
/usr/include/boost/timer.hpp:21:3: error: #error This header is deprecated and will be removed. (You can define BOOST_TIMER_ENABLE_DEPRECATED to suppress this error.) 21 | # error This header is deprecated and will be removed. (You can define BOOST_TIMER_ENABLE_DEPRECATED to suppress this error.)
anoduck commented
No longer needed.