mirror of
https://github.com/boostorg/config.git
synced 2026-04-28 18:13:33 +02:00
Add BOOST_NO_CXX20_HDR_VERSION.
Also fix some libcpp.hpp typos.
This commit is contained in:
+11
-1
@@ -1,4 +1,4 @@
|
||||
// This file was automatically generated on Tue Aug 17 16:27:31 2021
|
||||
// This file was automatically generated on Thu Feb 3 18:10:41 2022
|
||||
// by libs/config/tools/generate.cpp
|
||||
// Copyright John Maddock 2002-21.
|
||||
// Use, modification and distribution are subject to the
|
||||
@@ -517,6 +517,11 @@ namespace boost_no_cxx20_hdr_stop_token = empty_boost;
|
||||
#else
|
||||
namespace boost_no_cxx20_hdr_syncstream = empty_boost;
|
||||
#endif
|
||||
#ifndef BOOST_NO_CXX20_HDR_VERSION
|
||||
#include "boost_no_cxx20_hdr_version.ipp"
|
||||
#else
|
||||
namespace boost_no_cxx20_hdr_version = empty_boost;
|
||||
#endif
|
||||
#ifndef BOOST_NO_CXX98_BINDERS
|
||||
#include "boost_no_cxx98_binders.ipp"
|
||||
#else
|
||||
@@ -1821,6 +1826,11 @@ int main( int, char *[] )
|
||||
std::cerr << "Failed test for BOOST_NO_CXX20_HDR_SYNCSTREAM at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||
++error_count;
|
||||
}
|
||||
if(0 != boost_no_cxx20_hdr_version::test())
|
||||
{
|
||||
std::cerr << "Failed test for BOOST_NO_CXX20_HDR_VERSION at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||
++error_count;
|
||||
}
|
||||
if(0 != boost_no_cxx98_binders::test())
|
||||
{
|
||||
std::cerr << "Failed test for BOOST_NO_CXX98_BINDERS at: " << __FILE__ << ":" << __LINE__ << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user