assert_cxx14.hpp 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. // This file was automatically generated on Fri Oct 13 19:09:38 2023
  2. // by libs/config/tools/generate.cpp
  3. // Copyright John Maddock 2002-21.
  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_cxx11.hpp>
  12. #ifdef BOOST_NO_CXX14_AGGREGATE_NSDMI
  13. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_AGGREGATE_NSDMI."
  14. #endif
  15. #ifdef BOOST_NO_CXX14_BINARY_LITERALS
  16. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_BINARY_LITERALS."
  17. #endif
  18. #ifdef BOOST_NO_CXX14_CONSTEXPR
  19. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_CONSTEXPR."
  20. #endif
  21. #ifdef BOOST_NO_CXX14_DECLTYPE_AUTO
  22. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_DECLTYPE_AUTO."
  23. #endif
  24. #ifdef BOOST_NO_CXX14_DIGIT_SEPARATORS
  25. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_DIGIT_SEPARATORS."
  26. #endif
  27. #ifdef BOOST_NO_CXX14_GENERIC_LAMBDAS
  28. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_GENERIC_LAMBDAS."
  29. #endif
  30. #ifdef BOOST_NO_CXX14_HDR_SHARED_MUTEX
  31. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_HDR_SHARED_MUTEX."
  32. #endif
  33. #ifdef BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES
  34. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES."
  35. #endif
  36. #ifdef BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION
  37. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION."
  38. #endif
  39. #ifdef BOOST_NO_CXX14_STD_EXCHANGE
  40. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_STD_EXCHANGE."
  41. #endif
  42. #ifdef BOOST_NO_CXX14_VARIABLE_TEMPLATES
  43. # error "Your compiler appears not to be fully C++14 compliant. Detected via defect macro BOOST_NO_CXX14_VARIABLE_TEMPLATES."
  44. #endif