File indexing completed on 2025-12-16 09:44:43
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012 #include <boost/config.hpp>
0013 #include <boost/config/assert_cxx17.hpp>
0014
0015 #ifdef BOOST_NO_CXX98_BINDERS
0016 # error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_BINDERS."
0017 #endif
0018 #ifdef BOOST_NO_CXX98_FUNCTION_BASE
0019 # error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_FUNCTION_BASE."
0020 #endif
0021 #ifdef BOOST_NO_CXX98_RANDOM_SHUFFLE
0022 # error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_RANDOM_SHUFFLE."
0023 #endif