Add all C++17 headers not already covered.

This commit is contained in:
jzmaddock
2020-07-27 18:14:55 +01:00
parent 4d253c0efb
commit d068116805
164 changed files with 921 additions and 163 deletions

View File

@ -1,6 +1,6 @@
#
# *** DO NOT EDIT THIS FILE BY HAND ***
# This file was automatically generated on Mon Dec 09 09:47:38 2019
# This file was automatically generated on Sun Jul 26 20:34:45 2020
# by libs/config/tools/generate.cpp
# Copyright John Maddock.
# Use, modification and distribution are subject to the
@ -101,6 +101,7 @@ obj cxx11_smart_ptr : test_case.cpp : <define>TEST_BOOST_NO_CXX11_SMART_PTR ;
obj cxx11_std_align : test_case.cpp : <define>TEST_BOOST_NO_CXX11_STD_ALIGN ;
obj cxx11_thread_local : test_case.cpp : <define>TEST_BOOST_NO_CXX11_THREAD_LOCAL ;
obj cxx11_trailing_result_types : test_case.cpp : <define>TEST_BOOST_NO_CXX11_TRAILING_RESULT_TYPES ;
obj cxx11_unrestricted_union : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNRESTRICTED_UNION ;
obj cxx11_user_defined_literals : test_case.cpp : <define>TEST_BOOST_NO_CXX11_USER_DEFINED_LITERALS ;
obj cxx14_binary_literals : test_case.cpp : <define>TEST_BOOST_NO_CXX14_BINARY_LITERALS ;
obj cxx14_constexpr : test_case.cpp : <define>TEST_BOOST_NO_CXX14_CONSTEXPR ;
@ -114,6 +115,11 @@ obj cxx14_return_type_deduction : test_case.cpp : <define>TEST_BOOST_NO_CXX14_RE
obj cxx14_std_exchange : test_case.cpp : <define>TEST_BOOST_NO_CXX14_STD_EXCHANGE ;
obj cxx14_variable_templates : test_case.cpp : <define>TEST_BOOST_NO_CXX14_VARIABLE_TEMPLATES ;
obj cxx17_fold_expressions : test_case.cpp : <define>TEST_BOOST_NO_CXX17_FOLD_EXPRESSIONS ;
obj cxx17_hdr_any : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_ANY ;
obj cxx17_hdr_charconv : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_CHARCONV ;
obj cxx17_hdr_execution : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_EXECUTION ;
obj cxx17_hdr_filesystem : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_FILESYSTEM ;
obj cxx17_hdr_memory_resource : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_MEMORY_RESOURCE ;
obj cxx17_hdr_optional : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_OPTIONAL ;
obj cxx17_hdr_string_view : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_STRING_VIEW ;
obj cxx17_hdr_variant : test_case.cpp : <define>TEST_BOOST_NO_CXX17_HDR_VARIANT ;
@ -202,7 +208,6 @@ obj typeid : test_case.cpp : <define>TEST_BOOST_NO_TYPEID ;
obj typename_with_ctor : test_case.cpp : <define>TEST_BOOST_NO_TYPENAME_WITH_CTOR ;
obj cxx11_unicode_literals : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNICODE_LITERALS ;
obj cxx11_unified_initialization_syntax : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX ;
obj cxx11_unrestricted_union : test_case.cpp : <define>TEST_BOOST_NO_CXX11_UNRESTRICTED_UNION ;
obj boost_function_scope_using_declaration_breaks_adl : test_case.cpp : <define>TEST_BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL ;
obj using_declaration_overloads_from_typename_base : test_case.cpp : <define>TEST_BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE ;
obj using_template : test_case.cpp : <define>TEST_BOOST_NO_USING_TEMPLATE ;

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:37 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

View File

@ -1,4 +1,4 @@
// This file was automatically generated on Mon Dec 09 09:47:38 2019
// This file was automatically generated on Sun Jul 26 20:34:45 2020
// by libs/config/tools/generate.cpp
// Copyright John Maddock 2002-4.
// Use, modification and distribution are subject to the

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