cxx_composite.hpp 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. // This file was automatically generated on Wed Mar 3 12:23:02 2021
  2. // by libs/config/tools/generate.cpp
  3. // Copyright John Maddock 2002-4.
  4. // Use, modification and distribution are subject to the
  5. // Boost Software License, Version 1.0. (See accompanying file
  6. // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  7. // See http://www.boost.org/libs/config for the most recent version.//
  8. // Revision $Id$
  9. //
  10. #if defined(BOOST_NO_ADL_BARRIER)\
  11. || defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP)\
  12. || defined(BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS)\
  13. || defined(BOOST_NO_AUTO_PTR)\
  14. || defined(BOOST_NO_COMPLETE_VALUE_INITIALIZATION)\
  15. || defined(BOOST_NO_CTYPE_FUNCTIONS)\
  16. || defined(BOOST_NO_CV_SPECIALIZATIONS)\
  17. || defined(BOOST_NO_CV_VOID_SPECIALIZATIONS)\
  18. || defined(BOOST_NO_CWCHAR)\
  19. || defined(BOOST_NO_CWCTYPE)\
  20. || defined(BOOST_NO_DEPENDENT_NESTED_DERIVATIONS)\
  21. || defined(BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS)\
  22. || defined(BOOST_NO_EXCEPTIONS)\
  23. || defined(BOOST_NO_EXCEPTION_STD_NAMESPACE)\
  24. || defined(BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS)\
  25. || defined(BOOST_NO_FENV_H)\
  26. || defined(BOOST_NO_FUNCTION_TEMPLATE_ORDERING)\
  27. || defined(BOOST_NO_FUNCTION_TYPE_SPECIALIZATIONS)\
  28. || defined(BOOST_NO_INCLASS_MEMBER_INITIALIZATION)\
  29. || defined(BOOST_NO_INTEGRAL_INT64_T)\
  30. || defined(BOOST_NO_INTRINSIC_WCHAR_T)\
  31. || defined(BOOST_NO_IOSFWD)\
  32. || defined(BOOST_NO_IOSTREAM)\
  33. || defined(BOOST_NO_IS_ABSTRACT)\
  34. || defined(BOOST_NO_LIMITS)\
  35. || defined(BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS)\
  36. || defined(BOOST_NO_LONG_LONG)\
  37. || defined(BOOST_NO_LONG_LONG_NUMERIC_LIMITS)\
  38. || defined(BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS)\
  39. || defined(BOOST_NO_MEMBER_TEMPLATES)\
  40. || defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS)\
  41. || defined(BOOST_NO_MEMBER_TEMPLATE_KEYWORD)\
  42. || defined(BOOST_NO_NESTED_FRIENDSHIP)\
  43. || defined(BOOST_NO_OPERATORS_IN_NAMESPACE)\
  44. || defined(BOOST_NO_PARTIAL_SPECIALIZATION_IMPLICIT_DEFAULT_ARGS)\
  45. || defined(BOOST_NO_POINTER_TO_MEMBER_CONST)\
  46. || defined(BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS)\
  47. || defined(BOOST_NO_PRIVATE_IN_AGGREGATE)\
  48. || defined(BOOST_NO_RESTRICT_REFERENCES)\
  49. || defined(BOOST_NO_RTTI)\
  50. || defined(BOOST_NO_SFINAE)\
  51. || defined(BOOST_NO_SFINAE_EXPR)\
  52. || defined(BOOST_NO_STDC_NAMESPACE)\
  53. || defined(BOOST_NO_STD_ALLOCATOR)\
  54. || defined(BOOST_NO_STD_DISTANCE)\
  55. || defined(BOOST_NO_STD_ITERATOR)\
  56. || defined(BOOST_NO_STD_ITERATOR_TRAITS)\
  57. || defined(BOOST_NO_STD_LOCALE)\
  58. || defined(BOOST_NO_STD_MESSAGES)\
  59. || defined(BOOST_NO_STD_MIN_MAX)\
  60. || defined(BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN)\
  61. || defined(BOOST_NO_STD_TYPEINFO)\
  62. || defined(BOOST_NO_STD_USE_FACET)\
  63. || defined(BOOST_NO_STD_WSTREAMBUF)\
  64. || defined(BOOST_NO_STD_WSTRING)\
  65. || defined(BOOST_NO_STRINGSTREAM)\
  66. || defined(BOOST_NO_TEMPLATED_IOSTREAMS)\
  67. || defined(BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS)\
  68. || defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION)\
  69. || defined(BOOST_NO_TEMPLATE_TEMPLATES)\
  70. || defined(BOOST_NO_TWO_PHASE_NAME_LOOKUP)\
  71. || defined(BOOST_NO_TYPEID)\
  72. || defined(BOOST_NO_TYPENAME_WITH_CTOR)\
  73. || defined(BOOST_NO_UNREACHABLE_RETURN_DETECTION)\
  74. || defined(BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE)\
  75. || defined(BOOST_NO_USING_TEMPLATE)\
  76. || defined(BOOST_NO_VOID_RETURNS)
  77. # define BOOST_NO_CXX03
  78. #endif
  79. #if defined(BOOST_NO_CXX03)\
  80. || defined(BOOST_NO_CXX11_ADDRESSOF)\
  81. || defined(BOOST_NO_CXX11_ALIGNAS)\
  82. || defined(BOOST_NO_CXX11_ALLOCATOR)\
  83. || defined(BOOST_NO_CXX11_ATOMIC_SMART_PTR)\
  84. || defined(BOOST_NO_CXX11_AUTO_DECLARATIONS)\
  85. || defined(BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS)\
  86. || defined(BOOST_NO_CXX11_CHAR16_T)\
  87. || defined(BOOST_NO_CXX11_CHAR32_T)\
  88. || defined(BOOST_NO_CXX11_CONSTEXPR)\
  89. || defined(BOOST_NO_CXX11_DECLTYPE)\
  90. || defined(BOOST_NO_CXX11_DECLTYPE_N3276)\
  91. || defined(BOOST_NO_CXX11_DEFAULTED_FUNCTIONS)\
  92. || defined(BOOST_NO_CXX11_DEFAULTED_MOVES)\
  93. || defined(BOOST_NO_CXX11_DELETED_FUNCTIONS)\
  94. || defined(BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS)\
  95. || defined(BOOST_NO_CXX11_EXTERN_TEMPLATE)\
  96. || defined(BOOST_NO_CXX11_FINAL)\
  97. || defined(BOOST_NO_CXX11_FIXED_LENGTH_VARIADIC_TEMPLATE_EXPANSION_PACKS)\
  98. || defined(BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS)\
  99. || defined(BOOST_NO_CXX11_HDR_ARRAY)\
  100. || defined(BOOST_NO_CXX11_HDR_ATOMIC)\
  101. || defined(BOOST_NO_CXX11_HDR_CHRONO)\
  102. || defined(BOOST_NO_CXX11_HDR_CODECVT)\
  103. || defined(BOOST_NO_CXX11_HDR_CONDITION_VARIABLE)\
  104. || defined(BOOST_NO_CXX11_HDR_EXCEPTION)\
  105. || defined(BOOST_NO_CXX11_HDR_FORWARD_LIST)\
  106. || defined(BOOST_NO_CXX11_HDR_FUNCTIONAL)\
  107. || defined(BOOST_NO_CXX11_HDR_FUTURE)\
  108. || defined(BOOST_NO_CXX11_HDR_INITIALIZER_LIST)\
  109. || defined(BOOST_NO_CXX11_HDR_MUTEX)\
  110. || defined(BOOST_NO_CXX11_HDR_RANDOM)\
  111. || defined(BOOST_NO_CXX11_HDR_RATIO)\
  112. || defined(BOOST_NO_CXX11_HDR_REGEX)\
  113. || defined(BOOST_NO_CXX11_HDR_SYSTEM_ERROR)\
  114. || defined(BOOST_NO_CXX11_HDR_THREAD)\
  115. || defined(BOOST_NO_CXX11_HDR_TUPLE)\
  116. || defined(BOOST_NO_CXX11_HDR_TYPEINDEX)\
  117. || defined(BOOST_NO_CXX11_HDR_TYPE_TRAITS)\
  118. || defined(BOOST_NO_CXX11_HDR_UNORDERED_MAP)\
  119. || defined(BOOST_NO_CXX11_HDR_UNORDERED_SET)\
  120. || defined(BOOST_NO_CXX11_INLINE_NAMESPACES)\
  121. || defined(BOOST_NO_CXX11_LAMBDAS)\
  122. || defined(BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS)\
  123. || defined(BOOST_NO_CXX11_NOEXCEPT)\
  124. || defined(BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS)\
  125. || defined(BOOST_NO_CXX11_NULLPTR)\
  126. || defined(BOOST_NO_CXX11_NUMERIC_LIMITS)\
  127. || defined(BOOST_NO_CXX11_OVERRIDE)\
  128. || defined(BOOST_NO_CXX11_POINTER_TRAITS)\
  129. || defined(BOOST_NO_CXX11_RANGE_BASED_FOR)\
  130. || defined(BOOST_NO_CXX11_RAW_LITERALS)\
  131. || defined(BOOST_NO_CXX11_REF_QUALIFIERS)\
  132. || defined(BOOST_NO_CXX11_RVALUE_REFERENCES)\
  133. || defined(BOOST_NO_CXX11_SCOPED_ENUMS)\
  134. || defined(BOOST_NO_CXX11_SFINAE_EXPR)\
  135. || defined(BOOST_NO_CXX11_SMART_PTR)\
  136. || defined(BOOST_NO_CXX11_STATIC_ASSERT)\
  137. || defined(BOOST_NO_CXX11_STD_ALIGN)\
  138. || defined(BOOST_NO_CXX11_TEMPLATE_ALIASES)\
  139. || defined(BOOST_NO_CXX11_THREAD_LOCAL)\
  140. || defined(BOOST_NO_CXX11_TRAILING_RESULT_TYPES)\
  141. || defined(BOOST_NO_CXX11_UNICODE_LITERALS)\
  142. || defined(BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX)\
  143. || defined(BOOST_NO_CXX11_UNRESTRICTED_UNION)\
  144. || defined(BOOST_NO_CXX11_USER_DEFINED_LITERALS)\
  145. || defined(BOOST_NO_CXX11_VARIADIC_MACROS)\
  146. || defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
  147. # define BOOST_NO_CXX11
  148. #endif
  149. #if defined(BOOST_NO_CXX11)\
  150. || defined(BOOST_NO_CXX14_AGGREGATE_NSDMI)\
  151. || defined(BOOST_NO_CXX14_BINARY_LITERALS)\
  152. || defined(BOOST_NO_CXX14_CONSTEXPR)\
  153. || defined(BOOST_NO_CXX14_DECLTYPE_AUTO)\
  154. || defined(BOOST_NO_CXX14_DIGIT_SEPARATORS)\
  155. || defined(BOOST_NO_CXX14_GENERIC_LAMBDAS)\
  156. || defined(BOOST_NO_CXX14_HDR_SHARED_MUTEX)\
  157. || defined(BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES)\
  158. || defined(BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION)\
  159. || defined(BOOST_NO_CXX14_STD_EXCHANGE)\
  160. || defined(BOOST_NO_CXX14_VARIABLE_TEMPLATES)
  161. # define BOOST_NO_CXX14
  162. #endif
  163. #if defined(BOOST_NO_CXX14)\
  164. || defined(BOOST_NO_CXX17_FOLD_EXPRESSIONS)\
  165. || defined(BOOST_NO_CXX17_HDR_ANY)\
  166. || defined(BOOST_NO_CXX17_HDR_CHARCONV)\
  167. || defined(BOOST_NO_CXX17_HDR_EXECUTION)\
  168. || defined(BOOST_NO_CXX17_HDR_FILESYSTEM)\
  169. || defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE)\
  170. || defined(BOOST_NO_CXX17_HDR_OPTIONAL)\
  171. || defined(BOOST_NO_CXX17_HDR_STRING_VIEW)\
  172. || defined(BOOST_NO_CXX17_HDR_VARIANT)\
  173. || defined(BOOST_NO_CXX17_IF_CONSTEXPR)\
  174. || defined(BOOST_NO_CXX17_INLINE_VARIABLES)\
  175. || defined(BOOST_NO_CXX17_ITERATOR_TRAITS)\
  176. || defined(BOOST_NO_CXX17_STD_APPLY)\
  177. || defined(BOOST_NO_CXX17_STD_INVOKE)\
  178. || defined(BOOST_NO_CXX17_STRUCTURED_BINDINGS)
  179. # define BOOST_NO_CXX17
  180. #endif