mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-31 19:44:06 +01:00 
			
		
		
		
	Update with boost 1.80.0 from https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.7z Close #12273
		
			
				
	
	
		
			48 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			C++
		
	
	
	
	
	
| //  This file was automatically generated on Sun Jun  5 16:50:18 2022
 | |
| //  by libs/config/tools/generate.cpp
 | |
| //  Copyright John Maddock 2002-21.
 | |
| //  Use, modification and distribution are subject to the 
 | |
| //  Boost Software License, Version 1.0. (See accompanying file 
 | |
| //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 | |
| 
 | |
| //  See http://www.boost.org/libs/config for the most recent version.//
 | |
| //  Revision $Id$
 | |
| //
 | |
| 
 | |
| #include <boost/config.hpp>
 | |
| #include <boost/config/assert_cxx11.hpp>
 | |
| 
 | |
| #ifdef BOOST_NO_CXX14_AGGREGATE_NSDMI
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_AGGREGATE_NSDMI."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_BINARY_LITERALS
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_BINARY_LITERALS."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_CONSTEXPR
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_CONSTEXPR."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_DECLTYPE_AUTO
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_DECLTYPE_AUTO."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_DIGIT_SEPARATORS
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_DIGIT_SEPARATORS."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_GENERIC_LAMBDAS
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_GENERIC_LAMBDAS."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_HDR_SHARED_MUTEX
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_HDR_SHARED_MUTEX."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_STD_EXCHANGE
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_STD_EXCHANGE."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX14_VARIABLE_TEMPLATES
 | |
| #  error "Your compiler appears not to be fully C++14 compliant.  Detected via defect macro BOOST_NO_CXX14_VARIABLE_TEMPLATES."
 | |
| #endif
 |