]> git.lyx.org Git - lyx.git/blob - 3rdparty/boost/boost/config/assert_cxx98.hpp
Update to boost 1.81
[lyx.git] / 3rdparty / boost / boost / config / assert_cxx98.hpp
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
8 //  See http://www.boost.org/libs/config for the most recent version.//
9 //  Revision $Id$
10 //
11
12 #include <boost/config.hpp>
13 #include <boost/config/assert_cxx17.hpp>
14
15 #ifdef BOOST_NO_CXX98_BINDERS
16 #  error "Your compiler appears not to be fully C++98 compliant.  Detected via defect macro BOOST_NO_CXX98_BINDERS."
17 #endif
18 #ifdef BOOST_NO_CXX98_FUNCTION_BASE
19 #  error "Your compiler appears not to be fully C++98 compliant.  Detected via defect macro BOOST_NO_CXX98_FUNCTION_BASE."
20 #endif
21 #ifdef BOOST_NO_CXX98_RANDOM_SHUFFLE
22 #  error "Your compiler appears not to be fully C++98 compliant.  Detected via defect macro BOOST_NO_CXX98_RANDOM_SHUFFLE."
23 #endif