mirror of
https://github.com/boostorg/config.git
synced 2026-05-19 23:34:44 +02:00
Add all C++17 headers not already covered.
This commit is contained in:
+19
-4
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Regression test Jamfile for boost configuration setup.
|
||||
# *** DO NOT EDIT THIS FILE BY HAND ***
|
||||
# This file was automatically generated on Thu Apr 9 14:27:07 2020
|
||||
# This file was automatically generated on Sun Jul 26 20:34:45 2020
|
||||
# by libs/config/tools/generate.cpp
|
||||
# Copyright John Maddock.
|
||||
# Use, modification and distribution are subject to the
|
||||
@@ -292,6 +292,9 @@ test-suite "BOOST_NO_CXX11_THREAD_LOCAL" :
|
||||
test-suite "BOOST_NO_CXX11_TRAILING_RESULT_TYPES" :
|
||||
[ run ../no_cxx11_trailing_result_types_pass.cpp ]
|
||||
[ compile-fail ../no_cxx11_trailing_result_types_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX11_UNRESTRICTED_UNION" :
|
||||
[ run ../no_cxx11_unrestricted_union_pass.cpp ]
|
||||
[ compile-fail ../no_cxx11_unrestricted_union_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX11_USER_DEFINED_LITERALS" :
|
||||
[ run ../no_cxx11_user_lit_pass.cpp ]
|
||||
[ compile-fail ../no_cxx11_user_lit_fail.cpp ] ;
|
||||
@@ -331,6 +334,21 @@ test-suite "BOOST_NO_CXX14_VARIABLE_TEMPLATES" :
|
||||
test-suite "BOOST_NO_CXX17_FOLD_EXPRESSIONS" :
|
||||
[ run ../no_cxx17_fold_expressions_pass.cpp ]
|
||||
[ compile-fail ../no_cxx17_fold_expressions_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX17_HDR_ANY" :
|
||||
[ run ../no_cxx17_hdr_any_pass.cpp ]
|
||||
[ compile-fail ../no_cxx17_hdr_any_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX17_HDR_CHARCONV" :
|
||||
[ run ../no_cxx17_hdr_charconv_pass.cpp ]
|
||||
[ compile-fail ../no_cxx17_hdr_charconv_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX17_HDR_EXECUTION" :
|
||||
[ run ../no_cxx17_hdr_execution_pass.cpp ]
|
||||
[ compile-fail ../no_cxx17_hdr_execution_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX17_HDR_FILESYSTEM" :
|
||||
[ run ../no_cxx17_hdr_filesystem_pass.cpp ]
|
||||
[ compile-fail ../no_cxx17_hdr_filesystem_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX17_HDR_MEMORY_RESOURCE" :
|
||||
[ run ../no_cxx17_hdr_memory_resource_pass.cpp ]
|
||||
[ compile-fail ../no_cxx17_hdr_memory_resource_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX17_HDR_OPTIONAL" :
|
||||
[ run ../no_cxx17_hdr_optional_pass.cpp ]
|
||||
[ compile-fail ../no_cxx17_hdr_optional_fail.cpp ] ;
|
||||
@@ -598,9 +616,6 @@ test-suite "BOOST_NO_CXX11_UNICODE_LITERALS" :
|
||||
test-suite "BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX" :
|
||||
[ run ../no_unified_init_pass.cpp ]
|
||||
[ compile-fail ../no_unified_init_fail.cpp ] ;
|
||||
test-suite "BOOST_NO_CXX11_UNRESTRICTED_UNION" :
|
||||
[ run ../no_cxx11_unrestricted_union_pass.cpp ]
|
||||
[ compile-fail ../no_cxx11_unrestricted_union_fail.cpp ] ;
|
||||
test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" :
|
||||
[ run ../no_using_breaks_adl_pass.cpp ]
|
||||
[ compile-fail ../no_using_breaks_adl_fail.cpp ] ;
|
||||
|
||||
Reference in New Issue
Block a user