File indexing completed on 2025-01-18 09:38:25
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010 #ifndef BOOST_INTERPROCESS_EXTERNAL_CONFIG_INCLUDED
0011 #define BOOST_INTERPROCESS_EXTERNAL_CONFIG_INCLUDED
0012 #include <boost/config.hpp>
0013 #endif
0014
0015 #if defined(__GNUC__) && ((__GNUC__*100 + __GNUC_MINOR__) >= 406)
0016 # pragma GCC diagnostic push
0017 # pragma GCC diagnostic ignored "-Wshadow"
0018 # pragma GCC diagnostic ignored "-Wsign-conversion"
0019 # pragma GCC diagnostic ignored "-Wconversion"
0020 # if (BOOST_GCC >= 100000)
0021 # pragma GCC diagnostic ignored "-Warith-conversion"
0022 # endif
0023 #endif