Add std::is_constant_evaluated support.

This commit is contained in:
jzmaddock
2021-08-08 19:25:31 +01:00
parent c3de80c2ef
commit 6895525d38
163 changed files with 539 additions and 152 deletions

View File

@@ -1,6 +1,6 @@
# #
# *** DO NOT EDIT THIS FILE BY HAND *** # *** 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 # by libs/config/tools/generate.cpp
# Copyright John Maddock. # Copyright John Maddock.
# Use, modification and distribution are subject to the # 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_
obj cxx20_hdr_span : test_case.cpp : <define>TEST_BOOST_NO_CXX20_HDR_SPAN ; 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_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_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_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_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 ; obj cxx98_random_shuffle : test_case.cpp : <define>TEST_BOOST_NO_CXX98_RANDOM_SHUFFLE ;

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

View File

@@ -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 // by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-21. // Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the // Use, modification and distribution are subject to the

Some files were not shown because too many files have changed in this diff Show More