How to silence internal boost deprecated messages – Debian
I'm porting my code from boost 1.67 to boost 1.74 (debian buster->bullseye). When I compile I get: In file included from /usr/include/boost/config/header_deprecated.hpp:18, from /usr/include/boost/detail/no_exceptions_support.hpp:15, from /usr/include/boost/msm/back/state_machine.hpp:20, from /home/stew/mycode.cpp:3: /usr/include/boost/detail/no_exceptions_support.hpp:17:1: note: ‘#pragma message: This header is deprecated. Use <boost/core/no_exceptions_support.hpp> instead.’ 17…