mirror of
				https://github.com/notepad-plus-plus/notepad-plus-plus.git
				synced 2025-10-30 02:53:52 +01:00 
			
		
		
		
	1. Build Notepad++ with Scintilla static lib (libscintilla.lib) and Boost (v1.76) RegExpr. 2. ARM64 build is available. Fix #5158, close #9594
		
			
				
	
	
		
			24 lines
		
	
	
		
			989 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			989 B
		
	
	
	
		
			C++
		
	
	
	
	
	
| //  This file was automatically generated on Wed Mar  3 08:46:11 2021
 | |
| //  by libs/config/tools/generate.cpp
 | |
| //  Copyright John Maddock 2002-4.
 | |
| //  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_cxx17.hpp>
 | |
| 
 | |
| #ifdef BOOST_NO_CXX98_BINDERS
 | |
| #  error "Your compiler appears not to be fully C++98 compliant.  Detected via defect macro BOOST_NO_CXX98_BINDERS."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX98_FUNCTION_BASE
 | |
| #  error "Your compiler appears not to be fully C++98 compliant.  Detected via defect macro BOOST_NO_CXX98_FUNCTION_BASE."
 | |
| #endif
 | |
| #ifdef BOOST_NO_CXX98_RANDOM_SHUFFLE
 | |
| #  error "Your compiler appears not to be fully C++98 compliant.  Detected via defect macro BOOST_NO_CXX98_RANDOM_SHUFFLE."
 | |
| #endif
 |