Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add std::is_constant_evaluated support. #394

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion checks/Jamfile.v2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# *** DO NOT EDIT THIS FILE BY HAND ***
# This file was automatically generated on Sat Mar 6 19:55:52 2021
# This file was automatically generated on Sun Aug 8 13:43:49 2021
# by libs/config/tools/generate.cpp
# Copyright John Maddock.
# Use, modification and distribution are subject to the
Expand Down Expand Up @@ -147,6 +147,7 @@ obj cxx20_hdr_source_location : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_
obj cxx20_hdr_span : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_SPAN ;
obj cxx20_hdr_stop_token : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_STOP_TOKEN ;
obj cxx20_hdr_syncstream : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_SYNCSTREAM ;
obj cxx20_is_constant_evaluated : test_case.cpp : <define>TEST_BOOST_NO_CXX20_IS_CONSTANT_EVALUATED ;
obj cxx98_binders : test_case.cpp : <define>TEST_BOOST_NO_CXX98_BINDERS ;
obj cxx98_function_base : test_case.cpp : <define>TEST_BOOST_NO_CXX98_FUNCTION_BASE ;
obj cxx98_random_shuffle : test_case.cpp : <define>TEST_BOOST_NO_CXX98_RANDOM_SHUFFLE ;
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_aggregate_bases_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_aggregate_nsdmi_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_alias_templates_11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_aligned_new_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_attributes_11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_binary_literals_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_capture_star_this_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_char8_t_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_conditional_explicit_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_constexpr_11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_constexpr_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_constexpr_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_decltype_11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_decltype_auto_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_deduction_guides_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_delegating_constructors_11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_enumerator_attributes_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_exceptions_03.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_explicit_conversion_11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_fold_expressions_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_generic_lambdas_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_guaranteed_copy_elision_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_hex_float_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_if_constexpr_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_impl_destroying_delete_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_impl_three_way_comparison_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_inheriting_constructors_11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_inheriting_constructors_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_init_captures_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_initializer_lists_11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_inline_variables_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lambdas_11.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_addressof_constexpr_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_allocator_traits_is_always_equal_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_any_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_apply_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_array_constexpr_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_as_const_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_atomic_is_always_lock_free_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_atomic_ref_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_bind_front_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_bit_cast_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_bool_constant_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_boyer_moore_searcher_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_byte_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_char8_t_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_chrono_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_chrono_udls_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_clamp_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_complex_udls_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_concepts_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_constexpr_misc_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_constexpr_swap_algorithms_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_destroying_delete_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_enable_shared_from_this_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_erase_if_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_exchange_function_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_execution_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_filesystem_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_gcd_lcm_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_generic_associative_lookup_14.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:49 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_generic_unordered_lookup_20.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
2 changes: 1 addition & 1 deletion checks/std/cpp_lib_hardware_interference_size_17.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// This file was automatically generated on Sat Mar 6 19:55:52 2021
// This file was automatically generated on Sun Aug 8 13:43:48 2021
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the
Expand Down
Loading