Building CXX object ****cc.o
In file included from ***boost_1_91_0/include/boost/interprocess/containers/deque.hpp:24,
.......
.......
******/boost_1_91_0/include/boost/interprocess/containers/containers_fwd.hpp:32:100: note: #pragma message: This header is deprecated. Use <boost/container/container_fwd.hpp> instead.
As it seen at https://github.com/boostorg/interprocess/blob/ab14adccd0ada489477e44b43542c02fab396430/include/boost/interprocess/containers/deque.hpp,
the boost/interprocess/containers/deque.hpp:24 include a deprecated head file #include <boost/interprocess/containers/containers_fwd.hpp>
Building CXX object ****cc.o
In file included from ***boost_1_91_0/include/boost/interprocess/containers/deque.hpp:24,
.......
.......
******/boost_1_91_0/include/boost/interprocess/containers/containers_fwd.hpp:32:100: note: #pragma message: This header is deprecated. Use <boost/container/container_fwd.hpp> instead.
As it seen at https://github.com/boostorg/interprocess/blob/ab14adccd0ada489477e44b43542c02fab396430/include/boost/interprocess/containers/deque.hpp,
the boost/interprocess/containers/deque.hpp:24 include a deprecated head file #include <boost/interprocess/containers/containers_fwd.hpp>