Warning, /include/c++/v1/__cxx03/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___CXX03_VERSIONH
0011 #define _LIBCPP___CXX03_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_format 202110L <format>
0105 __cpp_lib_format_path 202403L <filesystem>
0106 __cpp_lib_format_ranges 202207L <format>
0107 __cpp_lib_format_uchar 202311L <format>
0108 __cpp_lib_formatters 202302L <stacktrace> <thread>
0109 __cpp_lib_forward_like 202207L <utility>
0110 __cpp_lib_freestanding_algorithm 202311L <algorithm>
0111 __cpp_lib_freestanding_array 202311L <array>
0112 __cpp_lib_freestanding_cstring 202306L <cstring>
0113 __cpp_lib_freestanding_expected 202311L <expected>
0114 __cpp_lib_freestanding_mdspan 202311L <mdspan>
0115 __cpp_lib_freestanding_optional 202311L <optional>
0116 __cpp_lib_freestanding_string_view 202311L <string_view>
0117 __cpp_lib_freestanding_variant 202311L <variant>
0118 __cpp_lib_fstream_native_handle 202306L <fstream>
0119 __cpp_lib_function_ref 202306L <functional>
0120 __cpp_lib_gcd_lcm 201606L <numeric>
0121 __cpp_lib_generate_random 202403L <random>
0122 __cpp_lib_generic_associative_lookup 201304L <map> <set>
0123 __cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set>
0124 __cpp_lib_hardware_interference_size 201703L <new>
0125 __cpp_lib_has_unique_object_representations 201606L <type_traits>
0126 __cpp_lib_hazard_pointer 202306L <hazard_pointer>
0127 __cpp_lib_hypot 201603L <cmath>
0128 __cpp_lib_incomplete_container_elements 201505L <forward_list> <list> <vector>
0129 __cpp_lib_inplace_vector 202406L <inplace_vector>
0130 __cpp_lib_int_pow2 202002L <bit>
0131 __cpp_lib_integer_comparison_functions 202002L <utility>
0132 __cpp_lib_integer_sequence 201304L <utility>
0133 __cpp_lib_integral_constant_callable 201304L <type_traits>
0134 __cpp_lib_interpolate 201902L <cmath> <numeric>
0135 __cpp_lib_invoke 201411L <functional>
0136 __cpp_lib_invoke_r 202106L <functional>
0137 __cpp_lib_ios_noreplace 202207L <ios>
0138 __cpp_lib_is_aggregate 201703L <type_traits>
0139 __cpp_lib_is_constant_evaluated 201811L <type_traits>
0140 __cpp_lib_is_final 201402L <type_traits>
0141 __cpp_lib_is_invocable 201703L <type_traits>
0142 __cpp_lib_is_layout_compatible 201907L <type_traits>
0143 __cpp_lib_is_nothrow_convertible 201806L <type_traits>
0144 __cpp_lib_is_null_pointer 201309L <type_traits>
0145 __cpp_lib_is_pointer_interconvertible 201907L <type_traits>
0146 __cpp_lib_is_scoped_enum 202011L <type_traits>
0147 __cpp_lib_is_swappable 201603L <type_traits>
0148 __cpp_lib_is_virtual_base_of 202406L <type_traits>
0149 __cpp_lib_is_within_lifetime 202306L <type_traits>
0150 __cpp_lib_jthread 201911L <stop_token> <thread>
0151 __cpp_lib_latch 201907L <latch>
0152 __cpp_lib_launder 201606L <new>
0153 __cpp_lib_linalg 202311L <linalg>
0154 __cpp_lib_list_remove_return_type 201806L <forward_list> <list>
0155 __cpp_lib_logical_traits 201510L <type_traits>
0156 __cpp_lib_make_from_tuple 201606L <tuple>
0157 __cpp_lib_make_reverse_iterator 201402L <iterator>
0158 __cpp_lib_make_unique 201304L <memory>
0159 __cpp_lib_map_try_emplace 201411L <map>
0160 __cpp_lib_math_constants 201907L <numbers>
0161 __cpp_lib_math_special_functions 201603L <cmath>
0162 __cpp_lib_mdspan 202406L <mdspan>
0163 202207L // C++23
0164 __cpp_lib_memory_resource 201603L <memory_resource>
0165 __cpp_lib_move_iterator_concept 202207L <iterator>
0166 __cpp_lib_move_only_function 202110L <functional>
0167 __cpp_lib_node_extract 201606L <map> <set> <unordered_map>
0168 <unordered_set>
0169 __cpp_lib_nonmember_container_access 201411L <array> <deque> <forward_list>
0170 <iterator> <list> <map>
0171 <regex> <set> <string>
0172 <unordered_map> <unordered_set> <vector>
0173 __cpp_lib_not_fn 201603L <functional>
0174 __cpp_lib_null_iterators 201304L <iterator>
0175 __cpp_lib_optional 202110L <optional>
0176 201606L // C++17
0177 __cpp_lib_optional_range_support 202406L <optional>
0178 __cpp_lib_out_ptr 202311L <memory>
0179 202106L // C++23
0180 __cpp_lib_parallel_algorithm 201603L <algorithm> <numeric>
0181 __cpp_lib_philox_engine 202406L <random>
0182 __cpp_lib_polymorphic_allocator 201902L <memory_resource>
0183 __cpp_lib_print 202207L <ostream> <print>
0184 __cpp_lib_quoted_string_io 201304L <iomanip>
0185 __cpp_lib_ranges 202207L <algorithm> <functional> <iterator>
0186 <memory> <ranges>
0187 __cpp_lib_ranges_as_const 202207L <ranges>
0188 __cpp_lib_ranges_as_rvalue 202207L <ranges>
0189 __cpp_lib_ranges_chunk 202202L <ranges>
0190 __cpp_lib_ranges_chunk_by 202202L <ranges>
0191 __cpp_lib_ranges_concat 202403L <ranges>
0192 __cpp_lib_ranges_contains 202207L <algorithm>
0193 __cpp_lib_ranges_find_last 202207L <algorithm>
0194 __cpp_lib_ranges_iota 202202L <numeric>
0195 __cpp_lib_ranges_join_with 202202L <ranges>
0196 __cpp_lib_ranges_repeat 202207L <ranges>
0197 __cpp_lib_ranges_slide 202202L <ranges>
0198 __cpp_lib_ranges_starts_ends_with 202106L <algorithm>
0199 __cpp_lib_ranges_to_container 202202L <ranges>
0200 __cpp_lib_ranges_zip 202110L <ranges> <tuple> <utility>
0201 __cpp_lib_ratio 202306L <ratio>
0202 __cpp_lib_raw_memory_algorithms 201606L <memory>
0203 __cpp_lib_rcu 202306L <rcu>
0204 __cpp_lib_reference_from_temporary 202202L <type_traits>
0205 __cpp_lib_reference_wrapper 202403L <functional>
0206 __cpp_lib_remove_cvref 201711L <type_traits>
0207 __cpp_lib_result_of_sfinae 201210L <functional> <type_traits>
0208 __cpp_lib_robust_nonmodifying_seq_ops 201304L <algorithm>
0209 __cpp_lib_sample 201603L <algorithm>
0210 __cpp_lib_saturation_arithmetic 202311L <numeric>
0211 __cpp_lib_scoped_lock 201703L <mutex>
0212 __cpp_lib_semaphore 201907L <semaphore>
0213 __cpp_lib_senders 202406L <execution>
0214 __cpp_lib_shared_mutex 201505L <shared_mutex>
0215 __cpp_lib_shared_ptr_arrays 201707L <memory>
0216 201611L // C++17
0217 __cpp_lib_shared_ptr_weak_type 201606L <memory>
0218 __cpp_lib_shared_timed_mutex 201402L <shared_mutex>
0219 __cpp_lib_shift 201806L <algorithm>
0220 __cpp_lib_smart_ptr_for_overwrite 202002L <memory>
0221 __cpp_lib_smart_ptr_owner_equality 202306L <memory>
0222 __cpp_lib_source_location 201907L <source_location>
0223 __cpp_lib_span 202002L <span>
0224 __cpp_lib_span_at 202311L <span>
0225 __cpp_lib_span_initializer_list 202311L <span>
0226 __cpp_lib_spanstream 202106L <spanstream>
0227 __cpp_lib_ssize 201902L <iterator>
0228 __cpp_lib_sstream_from_string_view 202306L <sstream>
0229 __cpp_lib_stacktrace 202011L <stacktrace>
0230 __cpp_lib_starts_ends_with 201711L <string> <string_view>
0231 __cpp_lib_stdatomic_h 202011L <stdatomic.h>
0232 __cpp_lib_string_contains 202011L <string> <string_view>
0233 __cpp_lib_string_resize_and_overwrite 202110L <string>
0234 __cpp_lib_string_udls 201304L <string>
0235 __cpp_lib_string_view 202403L <string> <string_view>
0236 201803L // C++20
0237 201606L // C++17
0238 __cpp_lib_submdspan 202306L <mdspan>
0239 __cpp_lib_syncbuf 201803L <syncstream>
0240 __cpp_lib_text_encoding 202306L <text_encoding>
0241 __cpp_lib_three_way_comparison 201907L <compare>
0242 __cpp_lib_to_address 201711L <memory>
0243 __cpp_lib_to_array 201907L <array>
0244 __cpp_lib_to_chars 202306L <charconv>
0245 201611L // C++17
0246 __cpp_lib_to_string 202306L <string>
0247 __cpp_lib_to_underlying 202102L <utility>
0248 __cpp_lib_transformation_trait_aliases 201304L <type_traits>
0249 __cpp_lib_transparent_operators 201510L <functional> <memory>
0250 201210L // C++14
0251 __cpp_lib_tuple_element_t 201402L <tuple>
0252 __cpp_lib_tuple_like 202311L <map> <tuple> <unordered_map>
0253 <utility>
0254 202207L // C++23
0255 __cpp_lib_tuples_by_type 201304L <tuple> <utility>
0256 __cpp_lib_type_identity 201806L <type_traits>
0257 __cpp_lib_type_trait_variable_templates 201510L <type_traits>
0258 __cpp_lib_uncaught_exceptions 201411L <exception>
0259 __cpp_lib_unordered_map_try_emplace 201411L <unordered_map>
0260 __cpp_lib_unreachable 202202L <utility>
0261 __cpp_lib_unwrap_ref 201811L <functional>
0262 __cpp_lib_variant 202102L <variant>
0263 __cpp_lib_void_t 201411L <type_traits>
0264
0265 */
0266
0267 #include <__cxx03/__config>
0268
0269 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
0270 # pragma GCC system_header
0271 #endif
0272
0273 // clang-format off
0274
0275 #if _LIBCPP_STD_VER >= 14
0276 # define __cpp_lib_chrono_udls 201304L
0277 # define __cpp_lib_complex_udls 201309L
0278 # define __cpp_lib_exchange_function 201304L
0279 # define __cpp_lib_generic_associative_lookup 201304L
0280 # define __cpp_lib_integer_sequence 201304L
0281 # define __cpp_lib_integral_constant_callable 201304L
0282 # define __cpp_lib_is_final 201402L
0283 # define __cpp_lib_is_null_pointer 201309L
0284 # define __cpp_lib_make_reverse_iterator 201402L
0285 # define __cpp_lib_make_unique 201304L
0286 # define __cpp_lib_null_iterators 201304L
0287 # if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0288 # define __cpp_lib_quoted_string_io 201304L
0289 # endif
0290 # define __cpp_lib_result_of_sfinae 201210L
0291 # define __cpp_lib_robust_nonmodifying_seq_ops 201304L
0292 # if !defined(_LIBCPP_HAS_NO_THREADS)
0293 # define __cpp_lib_shared_timed_mutex 201402L
0294 # endif
0295 # define __cpp_lib_string_udls 201304L
0296 # define __cpp_lib_transformation_trait_aliases 201304L
0297 # define __cpp_lib_transparent_operators 201210L
0298 # define __cpp_lib_tuple_element_t 201402L
0299 # define __cpp_lib_tuples_by_type 201304L
0300 #endif
0301
0302 #if _LIBCPP_STD_VER >= 17
0303 # define __cpp_lib_addressof_constexpr 201603L
0304 # define __cpp_lib_allocator_traits_is_always_equal 201411L
0305 # define __cpp_lib_any 201606L
0306 # define __cpp_lib_apply 201603L
0307 # define __cpp_lib_array_constexpr 201603L
0308 # define __cpp_lib_as_const 201510L
0309 # define __cpp_lib_atomic_is_always_lock_free 201603L
0310 # define __cpp_lib_bool_constant 201505L
0311 # define __cpp_lib_boyer_moore_searcher 201603L
0312 # define __cpp_lib_byte 201603L
0313 # define __cpp_lib_chrono 201611L
0314 # define __cpp_lib_clamp 201603L
0315 # define __cpp_lib_enable_shared_from_this 201603L
0316 // # define __cpp_lib_execution 201603L
0317 # if !defined(_LIBCPP_HAS_NO_FILESYSTEM) && _LIBCPP_AVAILABILITY_HAS_FILESYSTEM_LIBRARY
0318 # define __cpp_lib_filesystem 201703L
0319 # endif
0320 # define __cpp_lib_gcd_lcm 201606L
0321 # if defined(__GCC_DESTRUCTIVE_SIZE) && defined(__GCC_CONSTRUCTIVE_SIZE)
0322 # define __cpp_lib_hardware_interference_size 201703L
0323 # endif
0324 # define __cpp_lib_has_unique_object_representations 201606L
0325 # define __cpp_lib_hypot 201603L
0326 # define __cpp_lib_incomplete_container_elements 201505L
0327 # define __cpp_lib_invoke 201411L
0328 # define __cpp_lib_is_aggregate 201703L
0329 # define __cpp_lib_is_invocable 201703L
0330 # define __cpp_lib_is_swappable 201603L
0331 # define __cpp_lib_launder 201606L
0332 # define __cpp_lib_logical_traits 201510L
0333 # define __cpp_lib_make_from_tuple 201606L
0334 # define __cpp_lib_map_try_emplace 201411L
0335 // # define __cpp_lib_math_special_functions 201603L
0336 # if _LIBCPP_AVAILABILITY_HAS_PMR
0337 # define __cpp_lib_memory_resource 201603L
0338 # endif
0339 # define __cpp_lib_node_extract 201606L
0340 # define __cpp_lib_nonmember_container_access 201411L
0341 # define __cpp_lib_not_fn 201603L
0342 # define __cpp_lib_optional 201606L
0343 // # define __cpp_lib_parallel_algorithm 201603L
0344 # define __cpp_lib_raw_memory_algorithms 201606L
0345 # define __cpp_lib_sample 201603L
0346 # if !defined(_LIBCPP_HAS_NO_THREADS)
0347 # define __cpp_lib_scoped_lock 201703L
0348 # endif
0349 # if !defined(_LIBCPP_HAS_NO_THREADS)
0350 # define __cpp_lib_shared_mutex 201505L
0351 # endif
0352 # define __cpp_lib_shared_ptr_arrays 201611L
0353 # define __cpp_lib_shared_ptr_weak_type 201606L
0354 # define __cpp_lib_string_view 201606L
0355 // # define __cpp_lib_to_chars 201611L
0356 # undef __cpp_lib_transparent_operators
0357 # define __cpp_lib_transparent_operators 201510L
0358 # define __cpp_lib_type_trait_variable_templates 201510L
0359 # define __cpp_lib_uncaught_exceptions 201411L
0360 # define __cpp_lib_unordered_map_try_emplace 201411L
0361 # define __cpp_lib_variant 202102L
0362 # define __cpp_lib_void_t 201411L
0363 #endif
0364
0365 #if _LIBCPP_STD_VER >= 20
0366 # undef __cpp_lib_array_constexpr
0367 # define __cpp_lib_array_constexpr 201811L
0368 # define __cpp_lib_assume_aligned 201811L
0369 # define __cpp_lib_atomic_flag_test 201907L
0370 // # define __cpp_lib_atomic_float 201711L
0371 # define __cpp_lib_atomic_lock_free_type_aliases 201907L
0372 # define __cpp_lib_atomic_ref 201806L
0373 // # define __cpp_lib_atomic_shared_ptr 201711L
0374 # define __cpp_lib_atomic_value_initialization 201911L
0375 # if _LIBCPP_AVAILABILITY_HAS_SYNC
0376 # define __cpp_lib_atomic_wait 201907L
0377 # endif
0378 # if !defined(_LIBCPP_HAS_NO_THREADS) && _LIBCPP_AVAILABILITY_HAS_SYNC
0379 # define __cpp_lib_barrier 201907L
0380 # endif
0381 # define __cpp_lib_bind_front 201907L
0382 # define __cpp_lib_bit_cast 201806L
0383 # define __cpp_lib_bitops 201907L
0384 # define __cpp_lib_bounded_array_traits 201902L
0385 # if !defined(_LIBCPP_HAS_NO_CHAR8_T)
0386 # define __cpp_lib_char8_t 201907L
0387 # endif
0388 # define __cpp_lib_concepts 202002L
0389 # define __cpp_lib_constexpr_algorithms 201806L
0390 # define __cpp_lib_constexpr_complex 201711L
0391 # define __cpp_lib_constexpr_dynamic_alloc 201907L
0392 # define __cpp_lib_constexpr_functional 201907L
0393 # define __cpp_lib_constexpr_iterator 201811L
0394 # define __cpp_lib_constexpr_memory 201811L
0395 # define __cpp_lib_constexpr_numeric 201911L
0396 # define __cpp_lib_constexpr_string 201907L
0397 # define __cpp_lib_constexpr_string_view 201811L
0398 # define __cpp_lib_constexpr_tuple 201811L
0399 # define __cpp_lib_constexpr_utility 201811L
0400 # define __cpp_lib_constexpr_vector 201907L
0401 # define __cpp_lib_coroutine 201902L
0402 # if _LIBCPP_STD_VER >= 20 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delete >= 201806L
0403 # define __cpp_lib_destroying_delete 201806L
0404 # endif
0405 # define __cpp_lib_endian 201907L
0406 # define __cpp_lib_erase_if 202002L
0407 # undef __cpp_lib_execution
0408 // # define __cpp_lib_execution 201902L
0409 # define __cpp_lib_format 202110L
0410 # define __cpp_lib_format_uchar 202311L
0411 # define __cpp_lib_generic_unordered_lookup 201811L
0412 # define __cpp_lib_int_pow2 202002L
0413 # define __cpp_lib_integer_comparison_functions 202002L
0414 # define __cpp_lib_interpolate 201902L
0415 # define __cpp_lib_is_constant_evaluated 201811L
0416 // # define __cpp_lib_is_layout_compatible 201907L
0417 # define __cpp_lib_is_nothrow_convertible 201806L
0418 // # define __cpp_lib_is_pointer_interconvertible 201907L
0419 # if !defined(_LIBCPP_HAS_NO_THREADS) && !defined(_LIBCPP_HAS_NO_EXPERIMENTAL_STOP_TOKEN) && _LIBCPP_AVAILABILITY_HAS_SYNC
0420 # define __cpp_lib_jthread 201911L
0421 # endif
0422 # if !defined(_LIBCPP_HAS_NO_THREADS) && _LIBCPP_AVAILABILITY_HAS_SYNC
0423 # define __cpp_lib_latch 201907L
0424 # endif
0425 # define __cpp_lib_list_remove_return_type 201806L
0426 # define __cpp_lib_math_constants 201907L
0427 # define __cpp_lib_move_iterator_concept 202207L
0428 # if _LIBCPP_AVAILABILITY_HAS_PMR
0429 # define __cpp_lib_polymorphic_allocator 201902L
0430 # endif
0431 # define __cpp_lib_ranges 202207L
0432 # define __cpp_lib_remove_cvref 201711L
0433 # if !defined(_LIBCPP_HAS_NO_THREADS) && _LIBCPP_AVAILABILITY_HAS_SYNC
0434 # define __cpp_lib_semaphore 201907L
0435 # endif
0436 # undef __cpp_lib_shared_ptr_arrays
0437 # define __cpp_lib_shared_ptr_arrays 201707L
0438 # define __cpp_lib_shift 201806L
0439 // # define __cpp_lib_smart_ptr_for_overwrite 202002L
0440 # define __cpp_lib_source_location 201907L
0441 # define __cpp_lib_span 202002L
0442 # define __cpp_lib_ssize 201902L
0443 # define __cpp_lib_starts_ends_with 201711L
0444 # undef __cpp_lib_string_view
0445 # define __cpp_lib_string_view 201803L
0446 # if !defined(_LIBCPP_HAS_NO_EXPERIMENTAL_SYNCSTREAM)
0447 # define __cpp_lib_syncbuf 201803L
0448 # endif
0449 # define __cpp_lib_three_way_comparison 201907L
0450 # define __cpp_lib_to_address 201711L
0451 # define __cpp_lib_to_array 201907L
0452 # define __cpp_lib_type_identity 201806L
0453 # define __cpp_lib_unwrap_ref 201811L
0454 #endif
0455
0456 #if _LIBCPP_STD_VER >= 23
0457 # define __cpp_lib_adaptor_iterator_pair_constructor 202106L
0458 # define __cpp_lib_allocate_at_least 202302L
0459 // # define __cpp_lib_associative_heterogeneous_erasure 202110L
0460 # define __cpp_lib_bind_back 202202L
0461 # define __cpp_lib_byteswap 202110L
0462 # define __cpp_lib_constexpr_bitset 202207L
0463 # define __cpp_lib_constexpr_charconv 202207L
0464 // # define __cpp_lib_constexpr_cmath 202202L
0465 # undef __cpp_lib_constexpr_memory
0466 # define __cpp_lib_constexpr_memory 202202L
0467 # define __cpp_lib_constexpr_typeinfo 202106L
0468 # define __cpp_lib_containers_ranges 202202L
0469 # define __cpp_lib_expected 202211L
0470 # define __cpp_lib_format_ranges 202207L
0471 // # define __cpp_lib_formatters 202302L
0472 # define __cpp_lib_forward_like 202207L
0473 # define __cpp_lib_invoke_r 202106L
0474 # define __cpp_lib_ios_noreplace 202207L
0475 # define __cpp_lib_is_scoped_enum 202011L
0476 # define __cpp_lib_mdspan 202207L
0477 # define __cpp_lib_modules 202207L
0478 // # define __cpp_lib_move_only_function 202110L
0479 # undef __cpp_lib_optional
0480 # define __cpp_lib_optional 202110L
0481 # define __cpp_lib_out_ptr 202106L
0482 # define __cpp_lib_print 202207L
0483 // # define __cpp_lib_ranges_as_const 202207L
0484 # define __cpp_lib_ranges_as_rvalue 202207L
0485 // # define __cpp_lib_ranges_chunk 202202L
0486 # define __cpp_lib_ranges_chunk_by 202202L
0487 # define __cpp_lib_ranges_contains 202207L
0488 # define __cpp_lib_ranges_find_last 202207L
0489 // # define __cpp_lib_ranges_iota 202202L
0490 // # define __cpp_lib_ranges_join_with 202202L
0491 # define __cpp_lib_ranges_repeat 202207L
0492 // # define __cpp_lib_ranges_slide 202202L
0493 # define __cpp_lib_ranges_starts_ends_with 202106L
0494 # define __cpp_lib_ranges_to_container 202202L
0495 // # define __cpp_lib_ranges_zip 202110L
0496 // # define __cpp_lib_reference_from_temporary 202202L
0497 // # define __cpp_lib_spanstream 202106L
0498 // # define __cpp_lib_stacktrace 202011L
0499 # define __cpp_lib_stdatomic_h 202011L
0500 # define __cpp_lib_string_contains 202011L
0501 # define __cpp_lib_string_resize_and_overwrite 202110L
0502 # define __cpp_lib_to_underlying 202102L
0503 // # define __cpp_lib_tuple_like 202207L
0504 # define __cpp_lib_unreachable 202202L
0505 #endif
0506
0507 #if _LIBCPP_STD_VER >= 26
0508 // # define __cpp_lib_associative_heterogeneous_insertion 202306L
0509 // # define __cpp_lib_atomic_min_max 202403L
0510 # undef __cpp_lib_bind_front
0511 # define __cpp_lib_bind_front 202306L
0512 # define __cpp_lib_bitset 202306L
0513 // # define __cpp_lib_constexpr_new 202406L
0514 // # define __cpp_lib_constrained_equality 202403L
0515 // # define __cpp_lib_copyable_function 202306L
0516 // # define __cpp_lib_debugging 202311L
0517 // # define __cpp_lib_default_template_type_for_algorithm_values 202403L
0518 // # define __cpp_lib_format_path 202403L
0519 // # define __cpp_lib_freestanding_algorithm 202311L
0520 // # define __cpp_lib_freestanding_array 202311L
0521 // # define __cpp_lib_freestanding_cstring 202306L
0522 // # define __cpp_lib_freestanding_expected 202311L
0523 // # define __cpp_lib_freestanding_mdspan 202311L
0524 // # define __cpp_lib_freestanding_optional 202311L
0525 // # define __cpp_lib_freestanding_string_view 202311L
0526 // # define __cpp_lib_freestanding_variant 202311L
0527 # if !defined(_LIBCPP_HAS_NO_FILESYSTEM) && !defined(_LIBCPP_HAS_NO_LOCALIZATION)
0528 # define __cpp_lib_fstream_native_handle 202306L
0529 # endif
0530 // # define __cpp_lib_function_ref 202306L
0531 // # define __cpp_lib_generate_random 202403L
0532 // # define __cpp_lib_hazard_pointer 202306L
0533 // # define __cpp_lib_inplace_vector 202406L
0534 // # define __cpp_lib_is_virtual_base_of 202406L
0535 // # define __cpp_lib_is_within_lifetime 202306L
0536 // # define __cpp_lib_linalg 202311L
0537 # undef __cpp_lib_mdspan
0538 # define __cpp_lib_mdspan 202406L
0539 // # define __cpp_lib_optional_range_support 202406L
0540 # undef __cpp_lib_out_ptr
0541 # define __cpp_lib_out_ptr 202311L
0542 // # define __cpp_lib_philox_engine 202406L
0543 // # define __cpp_lib_ranges_concat 202403L
0544 # define __cpp_lib_ratio 202306L
0545 // # define __cpp_lib_rcu 202306L
0546 # define __cpp_lib_reference_wrapper 202403L
0547 # define __cpp_lib_saturation_arithmetic 202311L
0548 // # define __cpp_lib_senders 202406L
0549 // # define __cpp_lib_smart_ptr_owner_equality 202306L
0550 # define __cpp_lib_span_at 202311L
0551 # define __cpp_lib_span_initializer_list 202311L
0552 # define __cpp_lib_sstream_from_string_view 202306L
0553 # undef __cpp_lib_string_view
0554 # define __cpp_lib_string_view 202403L
0555 // # define __cpp_lib_submdspan 202306L
0556 // # define __cpp_lib_text_encoding 202306L
0557 # undef __cpp_lib_to_chars
0558 // # define __cpp_lib_to_chars 202306L
0559 // # define __cpp_lib_to_string 202306L
0560 # undef __cpp_lib_tuple_like
0561 // # define __cpp_lib_tuple_like 202311L
0562 #endif
0563
0564 // clang-format on
0565
0566 #endif // _LIBCPP___CXX03_VERSIONH