Compare commits

...

4 Commits

Author SHA1 Message Date
jzmaddock
5d67c38c10 More is_constant_evaluated tweaks/fixes. 2021-08-09 19:42:39 +01:00
jzmaddock
ffb4cafce1 Correct gcc version of BOOST_IS_CONSTANT_EVALUATED_INT(). 2021-08-08 20:14:54 +01:00
jzmaddock
a854324526 Workaround for no <type_traits> 2021-08-08 19:34:37 +01:00
jzmaddock
6895525d38 Add std::is_constant_evaluated support. 2021-08-08 19:25:31 +01:00
163 changed files with 572 additions and 152 deletions

View File

@@ -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
@@ -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 ;

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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// 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
// Copyright John Maddock 2002-21.
// Use, modification and distribution are subject to the

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