assert_cxx98.hpp 989 B

1234567891011121314151617181920212223
  1. // This file was automatically generated on Wed Mar 3 08:46:11 2021
  2. // by libs/config/tools/generate.cpp
  3. // Copyright John Maddock 2002-4.
  4. // Use, modification and distribution are subject to the
  5. // Boost Software License, Version 1.0. (See accompanying file
  6. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. // See http://www.boost.org/libs/config for the most recent version.//
  8. // Revision $Id$
  9. //
  10. #include <boost/config.hpp>
  11. #include <boost/config/assert_cxx17.hpp>
  12. #ifdef BOOST_NO_CXX98_BINDERS
  13. # error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_BINDERS."
  14. #endif
  15. #ifdef BOOST_NO_CXX98_FUNCTION_BASE
  16. # error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_FUNCTION_BASE."
  17. #endif
  18. #ifdef BOOST_NO_CXX98_RANDOM_SHUFFLE
  19. # error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_RANDOM_SHUFFLE."
  20. #endif