Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/c++/v1/version is written in an unsupported language. File is not indexed.

0001 // -*- C++ -*-
0002 //===----------------------------------------------------------------------===//
0003 //
0004 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
0005 // See https://llvm.org/LICENSE.txt for license information.
0006 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
0007 //
0008 //===----------------------------------------------------------------------===//
0009 
0010 #ifndef _LIBCPP_VERSIONH
0011 #define _LIBCPP_VERSIONH
0012 
0013 /*
0014   version synopsis
0015 
0016 Macro name                                              Value   Headers
0017 __cpp_lib_adaptor_iterator_pair_constructor             202106L <queue> <stack>
0018 __cpp_lib_addressof_constexpr                           201603L <memory>
0019 __cpp_lib_allocate_at_least                             202302L <memory>
0020 __cpp_lib_allocator_traits_is_always_equal              201411L <deque> <forward_list> <list>
0021                                                                 <map> <memory> <scoped_allocator>
0022                                                                 <set> <string> <unordered_map>
0023                                                                 <unordered_set> <vector>
0024 __cpp_lib_any                                           201606L <any>
0025 __cpp_lib_apply                                         201603L <tuple>
0026 __cpp_lib_array_constexpr                               201811L <array> <iterator>
0027                                                         201603L // C++17
0028 __cpp_lib_as_const                                      201510L <utility>
0029 __cpp_lib_associative_heterogeneous_erasure             202110L <map> <set> <unordered_map>
0030                                                                 <unordered_set>
0031 __cpp_lib_associative_heterogeneous_insertion           202306L <map> <set> <unordered_map>
0032                                                                 <unordered_set>
0033 __cpp_lib_assume_aligned                                201811L <memory>
0034 __cpp_lib_atomic_flag_test                              201907L <atomic>
0035 __cpp_lib_atomic_float                                  201711L <atomic>
0036 __cpp_lib_atomic_is_always_lock_free                    201603L <atomic>
0037 __cpp_lib_atomic_lock_free_type_aliases                 201907L <atomic>
0038 __cpp_lib_atomic_min_max                                202403L <atomic>
0039 __cpp_lib_atomic_ref                                    201806L <atomic>
0040 __cpp_lib_atomic_shared_ptr                             201711L <atomic>
0041 __cpp_lib_atomic_value_initialization                   201911L <atomic> <memory>
0042 __cpp_lib_atomic_wait                                   201907L <atomic>
0043 __cpp_lib_barrier                                       201907L <barrier>
0044 __cpp_lib_bind_back                                     202202L <functional>
0045 __cpp_lib_bind_front                                    202306L <functional>
0046                                                         201907L // C++20
0047 __cpp_lib_bit_cast                                      201806L <bit>
0048 __cpp_lib_bitops                                        201907L <bit>
0049 __cpp_lib_bitset                                        202306L <bitset>
0050 __cpp_lib_bool_constant                                 201505L <type_traits>
0051 __cpp_lib_bounded_array_traits                          201902L <type_traits>
0052 __cpp_lib_boyer_moore_searcher                          201603L <functional>
0053 __cpp_lib_byte                                          201603L <cstddef>
0054 __cpp_lib_byteswap                                      202110L <bit>
0055 __cpp_lib_char8_t                                       201907L <atomic> <filesystem> <istream>
0056                                                                 <limits> <locale> <ostream>
0057                                                                 <string> <string_view>
0058 __cpp_lib_chrono                                        201611L <chrono>
0059 __cpp_lib_chrono_udls                                   201304L <chrono>
0060 __cpp_lib_clamp                                         201603L <algorithm>
0061 __cpp_lib_complex_udls                                  201309L <complex>
0062 __cpp_lib_concepts                                      202002L <concepts>
0063 __cpp_lib_constexpr_algorithms                          201806L <algorithm> <utility>
0064 __cpp_lib_constexpr_bitset                              202207L <bitset>
0065 __cpp_lib_constexpr_charconv                            202207L <charconv>
0066 __cpp_lib_constexpr_cmath                               202202L <cmath> <cstdlib>
0067 __cpp_lib_constexpr_complex                             201711L <complex>
0068 __cpp_lib_constexpr_dynamic_alloc                       201907L <memory>
0069 __cpp_lib_constexpr_functional                          201907L <functional>
0070 __cpp_lib_constexpr_iterator                            201811L <iterator>
0071 __cpp_lib_constexpr_memory                              202202L <memory>
0072                                                         201811L // C++20
0073 __cpp_lib_constexpr_new                                 202406L <new>
0074 __cpp_lib_constexpr_numeric                             201911L <numeric>
0075 __cpp_lib_constexpr_string                              201907L <string>
0076 __cpp_lib_constexpr_string_view                         201811L <string_view>
0077 __cpp_lib_constexpr_tuple                               201811L <tuple>
0078 __cpp_lib_constexpr_typeinfo                            202106L <typeinfo>
0079 __cpp_lib_constexpr_utility                             201811L <utility>
0080 __cpp_lib_constexpr_vector                              201907L <vector>
0081 __cpp_lib_constrained_equality                          202403L <optional> <tuple> <utility>
0082                                                                 <variant>
0083 __cpp_lib_containers_ranges                             202202L <deque> <forward_list> <list>
0084                                                                 <map> <queue> <set>
0085                                                                 <stack> <string> <unordered_map>
0086                                                                 <unordered_set> <vector>
0087 __cpp_lib_copyable_function                             202306L <functional>
0088 __cpp_lib_coroutine                                     201902L <coroutine>
0089 __cpp_lib_debugging                                     202311L <debugging>
0090 __cpp_lib_default_template_type_for_algorithm_values    202403L <algorithm> <deque> <forward_list>
0091                                                                 <list> <ranges> <string>
0092                                                                 <vector>
0093 __cpp_lib_destroying_delete                             201806L <new>
0094 __cpp_lib_enable_shared_from_this                       201603L <memory>
0095 __cpp_lib_endian                                        201907L <bit>
0096 __cpp_lib_erase_if                                      202002L <deque> <forward_list> <list>
0097                                                                 <map> <set> <string>
0098                                                                 <unordered_map> <unordered_set> <vector>
0099 __cpp_lib_exchange_function                             201304L <utility>
0100 __cpp_lib_execution                                     201902L <execution>
0101                                                         201603L // C++17
0102 __cpp_lib_expected                                      202211L <expected>
0103 __cpp_lib_filesystem                                    201703L <filesystem>
0104 __cpp_lib_flat_map                                      202207L <flat_map>
0105 __cpp_lib_flat_set                                      202207L <flat_set>
0106 __cpp_lib_format                                        202110L <format>
0107 __cpp_lib_format_path                                   202403L <filesystem>
0108 __cpp_lib_format_ranges                                 202207L <format>
0109 __cpp_lib_format_uchar                                  202311L <format>
0110 __cpp_lib_formatters                                    202302L <stacktrace> <thread>
0111 __cpp_lib_forward_like                                  202207L <utility>
0112 __cpp_lib_freestanding_algorithm                        202311L <algorithm>
0113 __cpp_lib_freestanding_array                            202311L <array>
0114 __cpp_lib_freestanding_cstring                          202306L <cstring>
0115 __cpp_lib_freestanding_expected                         202311L <expected>
0116 __cpp_lib_freestanding_mdspan                           202311L <mdspan>
0117 __cpp_lib_freestanding_optional                         202311L <optional>
0118 __cpp_lib_freestanding_string_view                      202311L <string_view>
0119 __cpp_lib_freestanding_variant                          202311L <variant>
0120 __cpp_lib_fstream_native_handle                         202306L <fstream>
0121 __cpp_lib_function_ref                                  202306L <functional>
0122 __cpp_lib_gcd_lcm                                       201606L <numeric>
0123 __cpp_lib_generate_random                               202403L <random>
0124 __cpp_lib_generic_associative_lookup                    201304L <map> <set>
0125 __cpp_lib_generic_unordered_lookup                      201811L <unordered_map> <unordered_set>
0126 __cpp_lib_hardware_interference_size                    201703L <new>
0127 __cpp_lib_has_unique_object_representations             201606L <type_traits>
0128 __cpp_lib_hazard_pointer                                202306L <hazard_pointer>
0129 __cpp_lib_hypot                                         201603L <cmath>
0130 __cpp_lib_incomplete_container_elements                 201505L <forward_list> <list> <vector>
0131 __cpp_lib_inplace_vector                                202406L <inplace_vector>
0132 __cpp_lib_int_pow2                                      202002L <bit>
0133 __cpp_lib_integer_comparison_functions                  202002L <utility>
0134 __cpp_lib_integer_sequence                              201304L <utility>
0135 __cpp_lib_integral_constant_callable                    201304L <type_traits>
0136 __cpp_lib_interpolate                                   201902L <cmath> <numeric>
0137 __cpp_lib_invoke                                        201411L <functional>
0138 __cpp_lib_invoke_r                                      202106L <functional>
0139 __cpp_lib_ios_noreplace                                 202207L <ios>
0140 __cpp_lib_is_aggregate                                  201703L <type_traits>
0141 __cpp_lib_is_constant_evaluated                         201811L <type_traits>
0142 __cpp_lib_is_final                                      201402L <type_traits>
0143 __cpp_lib_is_implicit_lifetime                          202302L <type_traits>
0144 __cpp_lib_is_invocable                                  201703L <type_traits>
0145 __cpp_lib_is_layout_compatible                          201907L <type_traits>
0146 __cpp_lib_is_nothrow_convertible                        201806L <type_traits>
0147 __cpp_lib_is_null_pointer                               201309L <type_traits>
0148 __cpp_lib_is_pointer_interconvertible                   201907L <type_traits>
0149 __cpp_lib_is_scoped_enum                                202011L <type_traits>
0150 __cpp_lib_is_swappable                                  201603L <type_traits>
0151 __cpp_lib_is_virtual_base_of                            202406L <type_traits>
0152 __cpp_lib_is_within_lifetime                            202306L <type_traits>
0153 __cpp_lib_jthread                                       201911L <stop_token> <thread>
0154 __cpp_lib_latch                                         201907L <latch>
0155 __cpp_lib_launder                                       201606L <new>
0156 __cpp_lib_linalg                                        202311L <linalg>
0157 __cpp_lib_list_remove_return_type                       201806L <forward_list> <list>
0158 __cpp_lib_logical_traits                                201510L <type_traits>
0159 __cpp_lib_make_from_tuple                               201606L <tuple>
0160 __cpp_lib_make_reverse_iterator                         201402L <iterator>
0161 __cpp_lib_make_unique                                   201304L <memory>
0162 __cpp_lib_map_try_emplace                               201411L <map>
0163 __cpp_lib_math_constants                                201907L <numbers>
0164 __cpp_lib_math_special_functions                        201603L <cmath>
0165 __cpp_lib_mdspan                                        202406L <mdspan>
0166                                                         202207L // C++23
0167 __cpp_lib_memory_resource                               201603L <memory_resource>
0168 __cpp_lib_move_iterator_concept                         202207L <iterator>
0169 __cpp_lib_move_only_function                            202110L <functional>
0170 __cpp_lib_node_extract                                  201606L <map> <set> <unordered_map>
0171                                                                 <unordered_set>
0172 __cpp_lib_nonmember_container_access                    201411L <array> <deque> <forward_list>
0173                                                                 <iterator> <list> <map>
0174                                                                 <regex> <set> <string>
0175                                                                 <unordered_map> <unordered_set> <vector>
0176 __cpp_lib_not_fn                                        202306L <functional>
0177                                                         201603L // C++17
0178 __cpp_lib_null_iterators                                201304L <iterator>
0179 __cpp_lib_optional                                      202110L <optional>
0180                                                         202106L // C++20
0181                                                         201606L // C++17
0182 __cpp_lib_optional_range_support                        202406L <optional>
0183 __cpp_lib_out_ptr                                       202311L <memory>
0184                                                         202106L // C++23
0185 __cpp_lib_parallel_algorithm                            201603L <algorithm> <numeric>
0186 __cpp_lib_philox_engine                                 202406L <random>
0187 __cpp_lib_polymorphic_allocator                         201902L <memory_resource>
0188 __cpp_lib_print                                         202207L <ostream> <print>
0189 __cpp_lib_quoted_string_io                              201304L <iomanip>
0190 __cpp_lib_ranges                                        202406L <algorithm> <functional> <iterator>
0191                                                                 <memory> <ranges>
0192                                                         202110L // C++20
0193 __cpp_lib_ranges_as_const                               202207L <ranges>
0194 __cpp_lib_ranges_as_rvalue                              202207L <ranges>
0195 __cpp_lib_ranges_chunk                                  202202L <ranges>
0196 __cpp_lib_ranges_chunk_by                               202202L <ranges>
0197 __cpp_lib_ranges_concat                                 202403L <ranges>
0198 __cpp_lib_ranges_contains                               202207L <algorithm>
0199 __cpp_lib_ranges_find_last                              202207L <algorithm>
0200 __cpp_lib_ranges_iota                                   202202L <numeric>
0201 __cpp_lib_ranges_join_with                              202202L <ranges>
0202 __cpp_lib_ranges_repeat                                 202207L <ranges>
0203 __cpp_lib_ranges_slide                                  202202L <ranges>
0204 __cpp_lib_ranges_starts_ends_with                       202106L <algorithm>
0205 __cpp_lib_ranges_to_container                           202202L <ranges>
0206 __cpp_lib_ranges_zip                                    202110L <ranges> <tuple> <utility>
0207 __cpp_lib_ratio                                         202306L <ratio>
0208 __cpp_lib_raw_memory_algorithms                         201606L <memory>
0209 __cpp_lib_rcu                                           202306L <rcu>
0210 __cpp_lib_reference_from_temporary                      202202L <type_traits>
0211 __cpp_lib_reference_wrapper                             202403L <functional>
0212 __cpp_lib_remove_cvref                                  201711L <type_traits>
0213 __cpp_lib_result_of_sfinae                              201210L <functional> <type_traits>
0214 __cpp_lib_robust_nonmodifying_seq_ops                   201304L <algorithm>
0215 __cpp_lib_sample                                        201603L <algorithm>
0216 __cpp_lib_saturation_arithmetic                         202311L <numeric>
0217 __cpp_lib_scoped_lock                                   201703L <mutex>
0218 __cpp_lib_semaphore                                     201907L <semaphore>
0219 __cpp_lib_senders                                       202406L <execution>
0220 __cpp_lib_shared_mutex                                  201505L <shared_mutex>
0221 __cpp_lib_shared_ptr_arrays                             201707L <memory>
0222                                                         201611L // C++17
0223 __cpp_lib_shared_ptr_weak_type                          201606L <memory>
0224 __cpp_lib_shared_timed_mutex                            201402L <shared_mutex>
0225 __cpp_lib_shift                                         201806L <algorithm>
0226 __cpp_lib_smart_ptr_for_overwrite                       202002L <memory>
0227 __cpp_lib_smart_ptr_owner_equality                      202306L <memory>
0228 __cpp_lib_source_location                               201907L <source_location>
0229 __cpp_lib_span                                          202002L <span>
0230 __cpp_lib_span_at                                       202311L <span>
0231 __cpp_lib_span_initializer_list                         202311L <span>
0232 __cpp_lib_spanstream                                    202106L <spanstream>
0233 __cpp_lib_ssize                                         201902L <iterator>
0234 __cpp_lib_sstream_from_string_view                      202306L <sstream>
0235 __cpp_lib_stacktrace                                    202011L <stacktrace>
0236 __cpp_lib_starts_ends_with                              201711L <string> <string_view>
0237 __cpp_lib_stdatomic_h                                   202011L <stdatomic.h>
0238 __cpp_lib_string_contains                               202011L <string> <string_view>
0239 __cpp_lib_string_resize_and_overwrite                   202110L <string>
0240 __cpp_lib_string_udls                                   201304L <string>
0241 __cpp_lib_string_view                                   202403L <string> <string_view>
0242                                                         201803L // C++20
0243                                                         201606L // C++17
0244 __cpp_lib_submdspan                                     202306L <mdspan>
0245 __cpp_lib_syncbuf                                       201803L <syncstream>
0246 __cpp_lib_text_encoding                                 202306L <text_encoding>
0247 __cpp_lib_three_way_comparison                          201907L <compare>
0248 __cpp_lib_to_address                                    201711L <memory>
0249 __cpp_lib_to_array                                      201907L <array>
0250 __cpp_lib_to_chars                                      202306L <charconv>
0251                                                         201611L // C++17
0252 __cpp_lib_to_string                                     202306L <string>
0253 __cpp_lib_to_underlying                                 202102L <utility>
0254 __cpp_lib_transformation_trait_aliases                  201304L <type_traits>
0255 __cpp_lib_transparent_operators                         201510L <functional> <memory>
0256                                                         201210L // C++14
0257 __cpp_lib_tuple_element_t                               201402L <tuple>
0258 __cpp_lib_tuple_like                                    202311L <map> <tuple> <unordered_map>
0259                                                                 <utility>
0260                                                         202207L // C++23
0261 __cpp_lib_tuples_by_type                                201304L <tuple> <utility>
0262 __cpp_lib_type_identity                                 201806L <type_traits>
0263 __cpp_lib_type_trait_variable_templates                 201510L <type_traits>
0264 __cpp_lib_uncaught_exceptions                           201411L <exception>
0265 __cpp_lib_unordered_map_try_emplace                     201411L <unordered_map>
0266 __cpp_lib_unreachable                                   202202L <utility>
0267 __cpp_lib_unwrap_ref                                    201811L <functional>
0268 __cpp_lib_variant                                       202306L <variant>
0269                                                         202106L // C++20
0270                                                         202102L // C++17
0271 __cpp_lib_void_t                                        201411L <type_traits>
0272 
0273 */
0274 
0275 #if __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS)
0276 #  include <__cxx03/version>
0277 #else
0278 #  include <__config>
0279 
0280 #  if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
0281 #    pragma GCC system_header
0282 #  endif
0283 
0284 // clang-format off
0285 
0286 #if _LIBCPP_STD_VER >= 14
0287 # define __cpp_lib_chrono_udls                          201304L
0288 # define __cpp_lib_complex_udls                         201309L
0289 # define __cpp_lib_exchange_function                    201304L
0290 # define __cpp_lib_generic_associative_lookup           201304L
0291 # define __cpp_lib_integer_sequence                     201304L
0292 # define __cpp_lib_integral_constant_callable           201304L
0293 # define __cpp_lib_is_final                             201402L
0294 # define __cpp_lib_is_null_pointer                      201309L
0295 # define __cpp_lib_make_reverse_iterator                201402L
0296 # define __cpp_lib_make_unique                          201304L
0297 # define __cpp_lib_null_iterators                       201304L
0298 # if _LIBCPP_HAS_LOCALIZATION
0299 #   define __cpp_lib_quoted_string_io                   201304L
0300 # endif
0301 # define __cpp_lib_result_of_sfinae                     201210L
0302 # define __cpp_lib_robust_nonmodifying_seq_ops          201304L
0303 # if _LIBCPP_HAS_THREADS
0304 #   define __cpp_lib_shared_timed_mutex                 201402L
0305 # endif
0306 # define __cpp_lib_string_udls                          201304L
0307 # define __cpp_lib_transformation_trait_aliases         201304L
0308 # define __cpp_lib_transparent_operators                201210L
0309 # define __cpp_lib_tuple_element_t                      201402L
0310 # define __cpp_lib_tuples_by_type                       201304L
0311 #endif
0312 
0313 #if _LIBCPP_STD_VER >= 17
0314 # define __cpp_lib_addressof_constexpr                  201603L
0315 # define __cpp_lib_allocator_traits_is_always_equal     201411L
0316 # define __cpp_lib_any                                  201606L
0317 # define __cpp_lib_apply                                201603L
0318 # define __cpp_lib_array_constexpr                      201603L
0319 # define __cpp_lib_as_const                             201510L
0320 # define __cpp_lib_atomic_is_always_lock_free           201603L
0321 # define __cpp_lib_bool_constant                        201505L
0322 # define __cpp_lib_boyer_moore_searcher                 201603L
0323 # define __cpp_lib_byte                                 201603L
0324 # define __cpp_lib_chrono                               201611L
0325 # define __cpp_lib_clamp                                201603L
0326 # define __cpp_lib_enable_shared_from_this              201603L
0327 // # define __cpp_lib_execution                            201603L
0328 # if _LIBCPP_HAS_FILESYSTEM && _LIBCPP_AVAILABILITY_HAS_FILESYSTEM_LIBRARY
0329 #   define __cpp_lib_filesystem                         201703L
0330 # endif
0331 # define __cpp_lib_gcd_lcm                              201606L
0332 # if defined(__GCC_DESTRUCTIVE_SIZE) && defined(__GCC_CONSTRUCTIVE_SIZE)
0333 #   define __cpp_lib_hardware_interference_size         201703L
0334 # endif
0335 # define __cpp_lib_has_unique_object_representations    201606L
0336 # define __cpp_lib_hypot                                201603L
0337 # define __cpp_lib_incomplete_container_elements        201505L
0338 # define __cpp_lib_invoke                               201411L
0339 # define __cpp_lib_is_aggregate                         201703L
0340 # define __cpp_lib_is_invocable                         201703L
0341 # define __cpp_lib_is_swappable                         201603L
0342 # define __cpp_lib_launder                              201606L
0343 # define __cpp_lib_logical_traits                       201510L
0344 # define __cpp_lib_make_from_tuple                      201606L
0345 # define __cpp_lib_map_try_emplace                      201411L
0346 // # define __cpp_lib_math_special_functions               201603L
0347 # if _LIBCPP_AVAILABILITY_HAS_PMR
0348 #   define __cpp_lib_memory_resource                    201603L
0349 # endif
0350 # define __cpp_lib_node_extract                         201606L
0351 # define __cpp_lib_nonmember_container_access           201411L
0352 # define __cpp_lib_not_fn                               201603L
0353 # define __cpp_lib_optional                             201606L
0354 // # define __cpp_lib_parallel_algorithm                   201603L
0355 # define __cpp_lib_raw_memory_algorithms                201606L
0356 # define __cpp_lib_sample                               201603L
0357 # if _LIBCPP_HAS_THREADS
0358 #   define __cpp_lib_scoped_lock                        201703L
0359 # endif
0360 # if _LIBCPP_HAS_THREADS
0361 #   define __cpp_lib_shared_mutex                       201505L
0362 # endif
0363 # define __cpp_lib_shared_ptr_arrays                    201611L
0364 # define __cpp_lib_shared_ptr_weak_type                 201606L
0365 # define __cpp_lib_string_view                          201606L
0366 // # define __cpp_lib_to_chars                             201611L
0367 # undef  __cpp_lib_transparent_operators
0368 # define __cpp_lib_transparent_operators                201510L
0369 # define __cpp_lib_type_trait_variable_templates        201510L
0370 # define __cpp_lib_uncaught_exceptions                  201411L
0371 # define __cpp_lib_unordered_map_try_emplace            201411L
0372 # define __cpp_lib_variant                              202102L
0373 # define __cpp_lib_void_t                               201411L
0374 #endif
0375 
0376 #if _LIBCPP_STD_VER >= 20
0377 # undef  __cpp_lib_array_constexpr
0378 # define __cpp_lib_array_constexpr                      201811L
0379 # define __cpp_lib_assume_aligned                       201811L
0380 # define __cpp_lib_atomic_flag_test                     201907L
0381 # define __cpp_lib_atomic_float                         201711L
0382 # define __cpp_lib_atomic_lock_free_type_aliases        201907L
0383 # define __cpp_lib_atomic_ref                           201806L
0384 // # define __cpp_lib_atomic_shared_ptr                    201711L
0385 # define __cpp_lib_atomic_value_initialization          201911L
0386 # if _LIBCPP_AVAILABILITY_HAS_SYNC
0387 #   define __cpp_lib_atomic_wait                        201907L
0388 # endif
0389 # if _LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC
0390 #   define __cpp_lib_barrier                            201907L
0391 # endif
0392 # define __cpp_lib_bind_front                           201907L
0393 # define __cpp_lib_bit_cast                             201806L
0394 # define __cpp_lib_bitops                               201907L
0395 # define __cpp_lib_bounded_array_traits                 201902L
0396 # if _LIBCPP_HAS_CHAR8_T
0397 #   define __cpp_lib_char8_t                            201907L
0398 # endif
0399 # define __cpp_lib_concepts                             202002L
0400 # define __cpp_lib_constexpr_algorithms                 201806L
0401 # define __cpp_lib_constexpr_complex                    201711L
0402 # define __cpp_lib_constexpr_dynamic_alloc              201907L
0403 # define __cpp_lib_constexpr_functional                 201907L
0404 # define __cpp_lib_constexpr_iterator                   201811L
0405 # define __cpp_lib_constexpr_memory                     201811L
0406 # define __cpp_lib_constexpr_numeric                    201911L
0407 # define __cpp_lib_constexpr_string                     201907L
0408 # define __cpp_lib_constexpr_string_view                201811L
0409 # define __cpp_lib_constexpr_tuple                      201811L
0410 # define __cpp_lib_constexpr_utility                    201811L
0411 # define __cpp_lib_constexpr_vector                     201907L
0412 # define __cpp_lib_coroutine                            201902L
0413 # if _LIBCPP_STD_VER >= 20 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delete >= 201806L
0414 #   define __cpp_lib_destroying_delete                  201806L
0415 # endif
0416 # define __cpp_lib_endian                               201907L
0417 # define __cpp_lib_erase_if                             202002L
0418 # undef  __cpp_lib_execution
0419 // # define __cpp_lib_execution                            201902L
0420 # if _LIBCPP_AVAILABILITY_HAS_TO_CHARS_FLOATING_POINT
0421 #   define __cpp_lib_format                             202110L
0422 # endif
0423 # define __cpp_lib_format_uchar                         202311L
0424 # define __cpp_lib_generic_unordered_lookup             201811L
0425 # define __cpp_lib_int_pow2                             202002L
0426 # define __cpp_lib_integer_comparison_functions         202002L
0427 # define __cpp_lib_interpolate                          201902L
0428 # define __cpp_lib_is_constant_evaluated                201811L
0429 // # define __cpp_lib_is_layout_compatible                 201907L
0430 # define __cpp_lib_is_nothrow_convertible               201806L
0431 // # define __cpp_lib_is_pointer_interconvertible          201907L
0432 # if _LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC
0433 #   define __cpp_lib_jthread                            201911L
0434 # endif
0435 # if _LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC
0436 #   define __cpp_lib_latch                              201907L
0437 # endif
0438 # define __cpp_lib_list_remove_return_type              201806L
0439 # define __cpp_lib_math_constants                       201907L
0440 # define __cpp_lib_move_iterator_concept                202207L
0441 # undef  __cpp_lib_optional
0442 # define __cpp_lib_optional                             202106L
0443 # if _LIBCPP_AVAILABILITY_HAS_PMR
0444 #   define __cpp_lib_polymorphic_allocator              201902L
0445 # endif
0446 # define __cpp_lib_ranges                               202110L
0447 # define __cpp_lib_remove_cvref                         201711L
0448 # if _LIBCPP_HAS_THREADS && _LIBCPP_AVAILABILITY_HAS_SYNC
0449 #   define __cpp_lib_semaphore                          201907L
0450 # endif
0451 # undef  __cpp_lib_shared_ptr_arrays
0452 # define __cpp_lib_shared_ptr_arrays                    201707L
0453 # define __cpp_lib_shift                                201806L
0454 # define __cpp_lib_smart_ptr_for_overwrite              202002L
0455 # define __cpp_lib_source_location                      201907L
0456 # define __cpp_lib_span                                 202002L
0457 # define __cpp_lib_ssize                                201902L
0458 # define __cpp_lib_starts_ends_with                     201711L
0459 # undef  __cpp_lib_string_view
0460 # define __cpp_lib_string_view                          201803L
0461 # if _LIBCPP_HAS_EXPERIMENTAL_SYNCSTREAM
0462 #   define __cpp_lib_syncbuf                            201803L
0463 # endif
0464 # define __cpp_lib_three_way_comparison                 201907L
0465 # define __cpp_lib_to_address                           201711L
0466 # define __cpp_lib_to_array                             201907L
0467 # define __cpp_lib_type_identity                        201806L
0468 # define __cpp_lib_unwrap_ref                           201811L
0469 # undef  __cpp_lib_variant
0470 # define __cpp_lib_variant                              202106L
0471 #endif
0472 
0473 #if _LIBCPP_STD_VER >= 23
0474 # define __cpp_lib_adaptor_iterator_pair_constructor    202106L
0475 # define __cpp_lib_allocate_at_least                    202302L
0476 // # define __cpp_lib_associative_heterogeneous_erasure    202110L
0477 # define __cpp_lib_bind_back                            202202L
0478 # define __cpp_lib_byteswap                             202110L
0479 # define __cpp_lib_constexpr_bitset                     202207L
0480 # define __cpp_lib_constexpr_charconv                   202207L
0481 // # define __cpp_lib_constexpr_cmath                      202202L
0482 # undef  __cpp_lib_constexpr_memory
0483 # define __cpp_lib_constexpr_memory                     202202L
0484 # define __cpp_lib_constexpr_typeinfo                   202106L
0485 # define __cpp_lib_containers_ranges                    202202L
0486 # define __cpp_lib_expected                             202211L
0487 # define __cpp_lib_flat_map                             202207L
0488 // # define __cpp_lib_flat_set                             202207L
0489 # define __cpp_lib_format_ranges                        202207L
0490 // # define __cpp_lib_formatters                           202302L
0491 # define __cpp_lib_forward_like                         202207L
0492 # define __cpp_lib_invoke_r                             202106L
0493 # define __cpp_lib_ios_noreplace                        202207L
0494 # if __has_builtin(__builtin_is_implicit_lifetime)
0495 #   define __cpp_lib_is_implicit_lifetime               202302L
0496 # endif
0497 # define __cpp_lib_is_scoped_enum                       202011L
0498 # define __cpp_lib_mdspan                               202207L
0499 # define __cpp_lib_modules                              202207L
0500 // # define __cpp_lib_move_only_function                   202110L
0501 # undef  __cpp_lib_optional
0502 # define __cpp_lib_optional                             202110L
0503 # define __cpp_lib_out_ptr                              202106L
0504 # if _LIBCPP_AVAILABILITY_HAS_TO_CHARS_FLOATING_POINT
0505 #   define __cpp_lib_print                              202207L
0506 # endif
0507 # undef  __cpp_lib_ranges
0508 # define __cpp_lib_ranges                               202406L
0509 // # define __cpp_lib_ranges_as_const                      202207L
0510 # define __cpp_lib_ranges_as_rvalue                     202207L
0511 // # define __cpp_lib_ranges_chunk                         202202L
0512 # define __cpp_lib_ranges_chunk_by                      202202L
0513 # define __cpp_lib_ranges_contains                      202207L
0514 # define __cpp_lib_ranges_find_last                     202207L
0515 // # define __cpp_lib_ranges_iota                          202202L
0516 // # define __cpp_lib_ranges_join_with                     202202L
0517 # define __cpp_lib_ranges_repeat                        202207L
0518 // # define __cpp_lib_ranges_slide                         202202L
0519 # define __cpp_lib_ranges_starts_ends_with              202106L
0520 # define __cpp_lib_ranges_to_container                  202202L
0521 // # define __cpp_lib_ranges_zip                           202110L
0522 // # define __cpp_lib_reference_from_temporary             202202L
0523 // # define __cpp_lib_spanstream                           202106L
0524 // # define __cpp_lib_stacktrace                           202011L
0525 # define __cpp_lib_stdatomic_h                          202011L
0526 # define __cpp_lib_string_contains                      202011L
0527 # define __cpp_lib_string_resize_and_overwrite          202110L
0528 # define __cpp_lib_to_underlying                        202102L
0529 // # define __cpp_lib_tuple_like                           202207L
0530 # define __cpp_lib_unreachable                          202202L
0531 #endif
0532 
0533 #if _LIBCPP_STD_VER >= 26
0534 // # define __cpp_lib_associative_heterogeneous_insertion  202306L
0535 // # define __cpp_lib_atomic_min_max                       202403L
0536 # undef  __cpp_lib_bind_front
0537 # define __cpp_lib_bind_front                           202306L
0538 # define __cpp_lib_bitset                               202306L
0539 # if !defined(_LIBCPP_ABI_VCRUNTIME)
0540 #   define __cpp_lib_constexpr_new                      202406L
0541 # endif
0542 // # define __cpp_lib_constrained_equality                 202403L
0543 // # define __cpp_lib_copyable_function                    202306L
0544 // # define __cpp_lib_debugging                            202311L
0545 // # define __cpp_lib_default_template_type_for_algorithm_values 202403L
0546 // # define __cpp_lib_format_path                          202403L
0547 // # define __cpp_lib_freestanding_algorithm               202311L
0548 // # define __cpp_lib_freestanding_array                   202311L
0549 // # define __cpp_lib_freestanding_cstring                 202306L
0550 // # define __cpp_lib_freestanding_expected                202311L
0551 // # define __cpp_lib_freestanding_mdspan                  202311L
0552 // # define __cpp_lib_freestanding_optional                202311L
0553 // # define __cpp_lib_freestanding_string_view             202311L
0554 // # define __cpp_lib_freestanding_variant                 202311L
0555 # if _LIBCPP_HAS_FILESYSTEM && _LIBCPP_HAS_LOCALIZATION
0556 #   define __cpp_lib_fstream_native_handle              202306L
0557 # endif
0558 // # define __cpp_lib_function_ref                         202306L
0559 // # define __cpp_lib_generate_random                      202403L
0560 // # define __cpp_lib_hazard_pointer                       202306L
0561 // # define __cpp_lib_inplace_vector                       202406L
0562 # if __has_builtin(__builtin_is_virtual_base_of)
0563 #   define __cpp_lib_is_virtual_base_of                 202406L
0564 # endif
0565 // # define __cpp_lib_is_within_lifetime                   202306L
0566 // # define __cpp_lib_linalg                               202311L
0567 # undef  __cpp_lib_mdspan
0568 # define __cpp_lib_mdspan                               202406L
0569 # undef  __cpp_lib_not_fn
0570 # define __cpp_lib_not_fn                               202306L
0571 // # define __cpp_lib_optional_range_support               202406L
0572 # undef  __cpp_lib_out_ptr
0573 # define __cpp_lib_out_ptr                              202311L
0574 // # define __cpp_lib_philox_engine                        202406L
0575 // # define __cpp_lib_ranges_concat                        202403L
0576 # define __cpp_lib_ratio                                202306L
0577 // # define __cpp_lib_rcu                                  202306L
0578 # define __cpp_lib_reference_wrapper                    202403L
0579 # define __cpp_lib_saturation_arithmetic                202311L
0580 // # define __cpp_lib_senders                              202406L
0581 // # define __cpp_lib_smart_ptr_owner_equality             202306L
0582 # define __cpp_lib_span_at                              202311L
0583 # define __cpp_lib_span_initializer_list                202311L
0584 # define __cpp_lib_sstream_from_string_view             202306L
0585 # undef  __cpp_lib_string_view
0586 # define __cpp_lib_string_view                          202403L
0587 // # define __cpp_lib_submdspan                            202306L
0588 // # define __cpp_lib_text_encoding                        202306L
0589 # undef  __cpp_lib_to_chars
0590 // # define __cpp_lib_to_chars                             202306L
0591 // # define __cpp_lib_to_string                            202306L
0592 # undef  __cpp_lib_tuple_like
0593 // # define __cpp_lib_tuple_like                           202311L
0594 # undef  __cpp_lib_variant
0595 # define __cpp_lib_variant                              202306L
0596 #endif
0597 
0598 #endif // __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS)
0599 
0600 // clang-format on
0601 
0602 #endif // _LIBCPP_VERSIONH