Skip to content

Commit 6d01556

Browse files
authored
Merge pull request #421 from boostorg/issue418
Refactor C++20 header configuration.
2 parents cddaf69 + 53c87c1 commit 6d01556

File tree

159 files changed

+344
-247
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+344
-247
lines changed

.github/workflows/ci.yml

+38
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,44 @@ jobs:
244244
- name: Test
245245
run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,latest toolset=msvc-14.3
246246
working-directory: ../boost-root/libs/config/test
247+
windows_clang_msvc_14_3:
248+
runs-on: windows-2022
249+
defaults:
250+
run:
251+
shell: cmd
252+
strategy:
253+
fail-fast: false
254+
matrix:
255+
toolset: [ clang-msvc-14.3 ]
256+
steps:
257+
- uses: actions/checkout@v2
258+
with:
259+
fetch-depth: '0'
260+
- uses: mstachniuk/ci-skip@v1
261+
with:
262+
commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[apple];[Apple];[APPLE];[linux];[Linux];[LINUX]'
263+
commit-filter-separator: ';'
264+
fail-fast: true
265+
- name: Checkout main boost
266+
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
267+
- name: Update Dependencies
268+
run: git submodule update --init tools/build tools/boost_install libs/headers libs/detail libs/core libs/assert libs/type_traits
269+
working-directory: ../boost-root
270+
- name: Copy files
271+
run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\config
272+
working-directory: ../boost-root
273+
- name: Bootstrap
274+
run: bootstrap
275+
working-directory: ../boost-root
276+
- name: Generate headers
277+
run: b2 headers
278+
working-directory: ../boost-root
279+
- name: Config info
280+
run: ..\..\..\b2 print_config_info cxxstd=14,17,latest address-model=64 toolset=clang-win embed-manifest-via=linker
281+
working-directory: ../boost-root/libs/config/test
282+
- name: Test
283+
run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,latest toolset=clang-win embed-manifest-via=linker
284+
working-directory: ../boost-root/libs/config/test
247285
non_intel_ubuntu_20_04_gcc:
248286
runs-on: ubuntu-20.04
249287
strategy:

checks/Jamfile.v2

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# *** DO NOT EDIT THIS FILE BY HAND ***
3-
# This file was automatically generated on Tue Aug 17 16:27:31 2021
3+
# This file was automatically generated on Thu Feb 3 18:10:41 2022
44
# by libs/config/tools/generate.cpp
55
# Copyright John Maddock.
66
# Use, modification and distribution are subject to the
@@ -147,6 +147,7 @@ obj cxx20_hdr_source_location : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_
147147
obj cxx20_hdr_span : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_SPAN ;
148148
obj cxx20_hdr_stop_token : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_STOP_TOKEN ;
149149
obj cxx20_hdr_syncstream : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_SYNCSTREAM ;
150+
obj cxx20_hdr_version : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_VERSION ;
150151
obj cxx98_binders : test_case.cpp : <define>TEST_BOOST_NO_CXX98_BINDERS ;
151152
obj cxx98_function_base : test_case.cpp : <define>TEST_BOOST_NO_CXX98_FUNCTION_BASE ;
152153
obj cxx98_random_shuffle : test_case.cpp : <define>TEST_BOOST_NO_CXX98_RANDOM_SHUFFLE ;

checks/std/cpp_aggregate_bases_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_aggregate_nsdmi_14.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_alias_templates_11.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_aligned_new_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_attributes_11.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_binary_literals_14.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_capture_star_this_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_char8_t_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_conditional_explicit_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_constexpr_11.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_constexpr_14.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_constexpr_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_decltype_11.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_decltype_auto_14.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_deduction_guides_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_delegating_constructors_11.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_enumerator_attributes_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_exceptions_03.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_explicit_conversion_11.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_fold_expressions_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_generic_lambdas_14.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_guaranteed_copy_elision_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_hex_float_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_if_constexpr_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_impl_destroying_delete_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_impl_three_way_comparison_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_inheriting_constructors_11.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_inheriting_constructors_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_init_captures_14.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_initializer_lists_11.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_inline_variables_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lambdas_11.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_addressof_constexpr_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_allocator_traits_is_always_equal_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_any_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_apply_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_array_constexpr_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_as_const_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_atomic_is_always_lock_free_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_atomic_ref_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_bind_front_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_bit_cast_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_bool_constant_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_boyer_moore_searcher_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_byte_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_char8_t_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_chrono_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_chrono_udls_14.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_clamp_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_complex_udls_14.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_concepts_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_constexpr_misc_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_constexpr_swap_algorithms_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_destroying_delete_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_enable_shared_from_this_17.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

checks/std/cpp_lib_erase_if_20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file was automatically generated on Tue Aug 17 16:27:31 2021
1+
// This file was automatically generated on Thu Feb 3 18:10:41 2022
22
// by libs/config/tools/generate.cpp
33
// Copyright John Maddock 2002-21.
44
// Use, modification and distribution are subject to the

0 commit comments

Comments
 (0)