Add BOOST_NO_CXX20_HDR_VERSION.

Also fix some libcpp.hpp typos.
This commit is contained in:
jzmaddock
2022-02-03 18:22:24 +00:00
parent cddaf69654
commit ef68c9d944
157 changed files with 286 additions and 156 deletions
+11 -1
View File
@@ -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;