mirror of
https://github.com/boostorg/config.git
synced 2026-05-04 11:54:15 +02:00
Add C++23 header macros.
This commit is contained in:
+28
-1
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Regression test Jamfile for boost configuration setup.
|
||||
# *** DO NOT EDIT THIS FILE BY HAND ***
|
||||
# This file was automatically generated on Sun Jun 5 16:50:18 2022
|
||||
# This file was automatically generated on Sat Sep 9 19:03:28 2023
|
||||
# by libs/config/tools/generate.cpp
|
||||
# Copyright John Maddock.
|
||||
# Use, modification and distribution are subject to the
|
||||
@@ -439,6 +439,33 @@ test-suite "BOOST_NO_CXX20_HDR_SYNCSTREAM" :
|
||||
test-suite "BOOST_NO_CXX20_HDR_VERSION" :
|
||||
[ run ../no_cxx20_hdr_version_pass.cpp ]
|
||||
[ compile-fail ../no_cxx20_hdr_version_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX23_HDR_EXPECTED" :
|
||||
[ run ../no_cxx23_hdr_expected_pass.cpp ]
|
||||
[ compile-fail ../no_cxx23_hdr_expected_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX23_HDR_FLAT_MAP" :
|
||||
[ run ../no_cxx23_hdr_flat_map_pass.cpp ]
|
||||
[ compile-fail ../no_cxx23_hdr_flat_map_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX23_HDR_FLAT_SET" :
|
||||
[ run ../no_cxx23_hdr_flat_set_pass.cpp ]
|
||||
[ compile-fail ../no_cxx23_hdr_flat_set_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX23_HDR_GENERATOR" :
|
||||
[ run ../no_cxx23_hdr_generator_pass.cpp ]
|
||||
[ compile-fail ../no_cxx23_hdr_generator_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX23_HDR_MDSPAN" :
|
||||
[ run ../no_cxx23_hdr_mdspan_pass.cpp ]
|
||||
[ compile-fail ../no_cxx23_hdr_mdspan_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX23_HDR_PRINT" :
|
||||
[ run ../no_cxx23_hdr_print_pass.cpp ]
|
||||
[ compile-fail ../no_cxx23_hdr_print_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX23_HDR_SPANSTREAM" :
|
||||
[ run ../no_cxx23_hdr_spanstream_pass.cpp ]
|
||||
[ compile-fail ../no_cxx23_hdr_spanstream_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX23_HDR_STACKTRACE" :
|
||||
[ run ../no_cxx23_hdr_stacktrace_pass.cpp ]
|
||||
[ compile-fail ../no_cxx23_hdr_stacktrace_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX23_HDR_STDFLOAT" :
|
||||
[ run ../no_cxx23_hdr_stdfloat_pass.cpp ]
|
||||
[ compile-fail ../no_cxx23_hdr_stdfloat_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX98_BINDERS" :
|
||||
[ run ../no_cxx98_binders_pass.cpp ]
|
||||
[ compile-fail ../no_cxx98_binders_fail.cpp ] ;
|
||||
|
||||
Reference in New Issue
Block a user