Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:30:08

0001 //  Copyright (c) 2017 Dynatrace
0002 //
0003 //  Distributed under the Boost Software License, Version 1.0.
0004 //  See accompanying file LICENSE_1_0.txt or copy at
0005 //  http://www.boost.org/LICENSE_1_0.txt
0006 
0007 //  See http://www.boost.org for most recent version.
0008 
0009 //  Standard library setup for IBM z/OS XL C/C++ compiler.
0010 
0011 // Oldest library version currently supported is 2.1 (V2R1)
0012 #if __TARGET_LIB__ < 0x42010000
0013 #  error "Library version not supported or configured - please reconfigure"
0014 #endif
0015 
0016 #if __TARGET_LIB__ > 0x42010000
0017 #  if defined(BOOST_ASSERT_CONFIG)
0018 #     error "Unknown library version - please run the configure tests and report the results"
0019 #  endif
0020 #endif
0021 
0022 #define BOOST_STDLIB "IBM z/OS XL C/C++ standard library"
0023 
0024 #define BOOST_HAS_MACRO_USE_FACET
0025 
0026 #define BOOST_NO_CXX11_HDR_TYPE_TRAITS
0027 #define BOOST_NO_CXX11_HDR_INITIALIZER_LIST
0028 
0029 #define BOOST_NO_CXX11_ADDRESSOF
0030 #define BOOST_NO_CXX11_SMART_PTR
0031 #define BOOST_NO_CXX11_ATOMIC_SMART_PTR
0032 #define BOOST_NO_CXX11_NUMERIC_LIMITS
0033 #define BOOST_NO_CXX11_ALLOCATOR
0034 #define BOOST_NO_CXX11_POINTER_TRAITS
0035 #define BOOST_NO_CXX11_HDR_FUNCTIONAL
0036 #define BOOST_NO_CXX11_HDR_UNORDERED_SET
0037 #define BOOST_NO_CXX11_HDR_UNORDERED_MAP
0038 #define BOOST_NO_CXX11_HDR_TYPEINDEX
0039 #define BOOST_NO_CXX11_HDR_TUPLE
0040 #define BOOST_NO_CXX11_HDR_THREAD
0041 #define BOOST_NO_CXX11_HDR_SYSTEM_ERROR
0042 #define BOOST_NO_CXX11_HDR_REGEX
0043 #define BOOST_NO_CXX11_HDR_RATIO
0044 #define BOOST_NO_CXX11_HDR_RANDOM
0045 #define BOOST_NO_CXX11_HDR_MUTEX
0046 #define BOOST_NO_CXX11_HDR_FUTURE
0047 #define BOOST_NO_CXX11_HDR_FORWARD_LIST
0048 #define BOOST_NO_CXX11_HDR_CONDITION_VARIABLE
0049 #define BOOST_NO_CXX11_HDR_CODECVT
0050 #define BOOST_NO_CXX11_HDR_CHRONO
0051 #define BOOST_NO_CXX11_HDR_ATOMIC
0052 #define BOOST_NO_CXX11_HDR_ARRAY
0053 #define BOOST_NO_CXX11_HDR_EXCEPTION
0054 #define BOOST_NO_CXX11_STD_ALIGN
0055 
0056 #define BOOST_NO_CXX14_STD_EXCHANGE
0057 #define BOOST_NO_CXX14_HDR_SHARED_MUTEX
0058 
0059 #define BOOST_NO_CXX17_STD_INVOKE
0060 #define BOOST_NO_CXX17_STD_APPLY
0061 #define BOOST_NO_CXX17_ITERATOR_TRAITS