Marshall Clow | 1098880 | 2018-04-03 15:48:24 +0000 | [diff] [blame] | 1 | // -*- C++ -*- |
| 2 | //===--------------------------- version ----------------------------------===// |
| 3 | // |
Chandler Carruth | d201210 | 2019-01-19 10:56:40 +0000 | [diff] [blame] | 4 | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
| 5 | // See https://llvm.org/LICENSE.txt for license information. |
| 6 | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
Marshall Clow | 1098880 | 2018-04-03 15:48:24 +0000 | [diff] [blame] | 7 | // |
| 8 | //===----------------------------------------------------------------------===// |
| 9 | |
| 10 | #ifndef _LIBCPP_VERSIONH |
| 11 | #define _LIBCPP_VERSIONH |
| 12 | |
| 13 | /* |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 14 | version synopsis |
Marshall Clow | 1098880 | 2018-04-03 15:48:24 +0000 | [diff] [blame] | 15 | |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 16 | Macro name Value Headers |
| 17 | __cpp_lib_addressof_constexpr 201603L <memory> |
| 18 | __cpp_lib_allocator_traits_is_always_equal 201411L <memory> <scoped_allocator> <string> |
| 19 | <deque> <forward_list> <list> |
| 20 | <vector> <map> <set> |
| 21 | <unordered_map> <unordered_set> |
| 22 | __cpp_lib_any 201606L <any> |
| 23 | __cpp_lib_apply 201603L <tuple> |
| 24 | __cpp_lib_array_constexpr 201603L <iterator> <array> |
| 25 | __cpp_lib_as_const 201510L <utility> |
| 26 | __cpp_lib_atomic_is_always_lock_free 201603L <atomic> |
| 27 | __cpp_lib_atomic_ref 201806L <atomic> |
| 28 | __cpp_lib_bind_front 201811L <functional> |
| 29 | __cpp_lib_bit_cast 201806L <bit> |
| 30 | __cpp_lib_bool_constant 201505L <type_traits> |
| 31 | __cpp_lib_boyer_moore_searcher 201603L <functional> |
| 32 | __cpp_lib_byte 201603L <cstddef> |
| 33 | __cpp_lib_char8_t 201811L <atomic> <filesystem> <istream> |
| 34 | <limits> <locale> <ostream> |
| 35 | <string> <string_view> |
| 36 | __cpp_lib_chrono 201611L <chrono> |
| 37 | __cpp_lib_chrono_udls 201304L <chrono> |
| 38 | __cpp_lib_clamp 201603L <algorithm> |
| 39 | __cpp_lib_complex_udls 201309L <complex> |
| 40 | __cpp_lib_concepts 201806L <concepts> |
| 41 | __cpp_lib_constexpr_misc 201811L <array> <functional> <iterator> |
| 42 | <string_view> <tuple> <utility> |
| 43 | __cpp_lib_constexpr_swap_algorithms 201806L <algorithm> |
| 44 | __cpp_lib_destroying_delete 201806L <new> |
| 45 | __cpp_lib_enable_shared_from_this 201603L <memory> |
Louis Dionne | 1b335f7 | 2019-11-14 08:54:23 -0500 | [diff] [blame] | 46 | __cpp_lib_endian 201907L <bit> |
Marek Kurdej | a98b141 | 2020-05-02 13:58:03 +0200 | [diff] [blame^] | 47 | __cpp_lib_erase_if 202002L <string> <deque> <forward_list> |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 48 | <list> <vector> <map> |
| 49 | <set> <unordered_map> <unordered_set> |
| 50 | __cpp_lib_exchange_function 201304L <utility> |
| 51 | __cpp_lib_execution 201603L <execution> |
| 52 | __cpp_lib_filesystem 201703L <filesystem> |
| 53 | __cpp_lib_gcd_lcm 201606L <numeric> |
| 54 | __cpp_lib_generic_associative_lookup 201304L <map> <set> |
| 55 | __cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set> |
| 56 | __cpp_lib_hardware_interference_size 201703L <new> |
| 57 | __cpp_lib_has_unique_object_representations 201606L <type_traits> |
| 58 | __cpp_lib_hypot 201603L <cmath> |
| 59 | __cpp_lib_incomplete_container_elements 201505L <forward_list> <list> <vector> |
| 60 | __cpp_lib_integer_sequence 201304L <utility> |
| 61 | __cpp_lib_integral_constant_callable 201304L <type_traits> |
Marshall Clow | 174901e | 2019-04-25 12:11:43 +0000 | [diff] [blame] | 62 | __cpp_lib_interpolate 201902L <numeric> |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 63 | __cpp_lib_invoke 201411L <functional> |
| 64 | __cpp_lib_is_aggregate 201703L <type_traits> |
| 65 | __cpp_lib_is_constant_evaluated 201811L <type_traits> |
| 66 | __cpp_lib_is_final 201402L <type_traits> |
| 67 | __cpp_lib_is_invocable 201703L <type_traits> |
| 68 | __cpp_lib_is_null_pointer 201309L <type_traits> |
| 69 | __cpp_lib_is_swappable 201603L <type_traits> |
| 70 | __cpp_lib_launder 201606L <new> |
| 71 | __cpp_lib_list_remove_return_type 201806L <forward_list> <list> |
| 72 | __cpp_lib_logical_traits 201510L <type_traits> |
| 73 | __cpp_lib_make_from_tuple 201606L <tuple> |
| 74 | __cpp_lib_make_reverse_iterator 201402L <iterator> |
| 75 | __cpp_lib_make_unique 201304L <memory> |
| 76 | __cpp_lib_map_try_emplace 201411L <map> |
| 77 | __cpp_lib_math_special_functions 201603L <cmath> |
| 78 | __cpp_lib_memory_resource 201603L <memory_resource> |
| 79 | __cpp_lib_node_extract 201606L <map> <set> <unordered_map> |
| 80 | <unordered_set> |
| 81 | __cpp_lib_nonmember_container_access 201411L <iterator> <array> <deque> |
| 82 | <forward_list> <list> <map> |
| 83 | <regex> <set> <string> |
| 84 | <unordered_map> <unordered_set> <vector> |
| 85 | __cpp_lib_not_fn 201603L <functional> |
| 86 | __cpp_lib_null_iterators 201304L <iterator> |
| 87 | __cpp_lib_optional 201606L <optional> |
| 88 | __cpp_lib_parallel_algorithm 201603L <algorithm> <numeric> |
| 89 | __cpp_lib_quoted_string_io 201304L <iomanip> |
| 90 | __cpp_lib_ranges 201811L <algorithm> <functional> <iterator> |
| 91 | <memory> <ranges> |
| 92 | __cpp_lib_raw_memory_algorithms 201606L <memory> |
| 93 | __cpp_lib_result_of_sfinae 201210L <functional> <type_traits> |
| 94 | __cpp_lib_robust_nonmodifying_seq_ops 201304L <algorithm> |
| 95 | __cpp_lib_sample 201603L <algorithm> |
| 96 | __cpp_lib_scoped_lock 201703L <mutex> |
| 97 | __cpp_lib_shared_mutex 201505L <shared_mutex> |
| 98 | __cpp_lib_shared_ptr_arrays 201611L <memory> |
| 99 | __cpp_lib_shared_ptr_weak_type 201606L <memory> |
| 100 | __cpp_lib_shared_timed_mutex 201402L <shared_mutex> |
| 101 | __cpp_lib_string_udls 201304L <string> |
| 102 | __cpp_lib_string_view 201606L <string> <string_view> |
| 103 | __cpp_lib_three_way_comparison 201711L <compare> |
Marek Kurdej | 0d71567 | 2020-01-30 13:27:35 +0100 | [diff] [blame] | 104 | __cpp_lib_to_array 201907L <array> |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 105 | __cpp_lib_to_chars 201611L <utility> |
| 106 | __cpp_lib_transformation_trait_aliases 201304L <type_traits> |
| 107 | __cpp_lib_transparent_operators 201510L <functional> |
| 108 | 201210L // C++14 |
| 109 | __cpp_lib_tuple_element_t 201402L <tuple> |
| 110 | __cpp_lib_tuples_by_type 201304L <utility> <tuple> |
| 111 | __cpp_lib_type_trait_variable_templates 201510L <type_traits> |
| 112 | __cpp_lib_uncaught_exceptions 201411L <exception> |
| 113 | __cpp_lib_unordered_map_try_emplace 201411L <unordered_map> |
| 114 | __cpp_lib_variant 201606L <variant> |
| 115 | __cpp_lib_void_t 201411L <type_traits> |
Marshall Clow | e085f8a | 2018-09-11 20:51:54 +0000 | [diff] [blame] | 116 | |
Marshall Clow | 1098880 | 2018-04-03 15:48:24 +0000 | [diff] [blame] | 117 | */ |
| 118 | |
| 119 | #include <__config> |
| 120 | |
| 121 | #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |
| 122 | #pragma GCC system_header |
| 123 | #endif |
| 124 | |
Marshall Clow | 0a1e750 | 2018-09-12 19:41:40 +0000 | [diff] [blame] | 125 | #if _LIBCPP_STD_VER > 11 |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 126 | # define __cpp_lib_chrono_udls 201304L |
| 127 | # define __cpp_lib_complex_udls 201309L |
| 128 | # define __cpp_lib_exchange_function 201304L |
| 129 | # define __cpp_lib_generic_associative_lookup 201304L |
| 130 | # define __cpp_lib_integer_sequence 201304L |
| 131 | # define __cpp_lib_integral_constant_callable 201304L |
| 132 | # define __cpp_lib_is_final 201402L |
| 133 | # define __cpp_lib_is_null_pointer 201309L |
| 134 | # define __cpp_lib_make_reverse_iterator 201402L |
| 135 | # define __cpp_lib_make_unique 201304L |
| 136 | # define __cpp_lib_null_iterators 201304L |
| 137 | # define __cpp_lib_quoted_string_io 201304L |
| 138 | # define __cpp_lib_result_of_sfinae 201210L |
| 139 | # define __cpp_lib_robust_nonmodifying_seq_ops 201304L |
Eric Fiselier | ad3f530 | 2019-01-16 02:10:28 +0000 | [diff] [blame] | 140 | # if !defined(_LIBCPP_HAS_NO_THREADS) |
| 141 | # define __cpp_lib_shared_timed_mutex 201402L |
| 142 | # endif |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 143 | # define __cpp_lib_string_udls 201304L |
| 144 | # define __cpp_lib_transformation_trait_aliases 201304L |
| 145 | # define __cpp_lib_transparent_operators 201210L |
| 146 | # define __cpp_lib_tuple_element_t 201402L |
| 147 | # define __cpp_lib_tuples_by_type 201304L |
Marshall Clow | 0a1e750 | 2018-09-12 19:41:40 +0000 | [diff] [blame] | 148 | #endif |
| 149 | |
| 150 | #if _LIBCPP_STD_VER > 14 |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 151 | # if !defined(_LIBCPP_HAS_NO_BUILTIN_ADDRESSOF) |
| 152 | # define __cpp_lib_addressof_constexpr 201603L |
| 153 | # endif |
| 154 | # define __cpp_lib_allocator_traits_is_always_equal 201411L |
| 155 | # define __cpp_lib_any 201606L |
| 156 | # define __cpp_lib_apply 201603L |
| 157 | # define __cpp_lib_array_constexpr 201603L |
| 158 | # define __cpp_lib_as_const 201510L |
Eric Fiselier | ad3f530 | 2019-01-16 02:10:28 +0000 | [diff] [blame] | 159 | # if !defined(_LIBCPP_HAS_NO_THREADS) |
| 160 | # define __cpp_lib_atomic_is_always_lock_free 201603L |
| 161 | # endif |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 162 | # define __cpp_lib_bool_constant 201505L |
| 163 | // # define __cpp_lib_boyer_moore_searcher 201603L |
| 164 | # define __cpp_lib_byte 201603L |
| 165 | # define __cpp_lib_chrono 201611L |
| 166 | # define __cpp_lib_clamp 201603L |
| 167 | # define __cpp_lib_enable_shared_from_this 201603L |
| 168 | // # define __cpp_lib_execution 201603L |
Marshall Clow | 0a1e750 | 2018-09-12 19:41:40 +0000 | [diff] [blame] | 169 | # define __cpp_lib_filesystem 201703L |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 170 | # define __cpp_lib_gcd_lcm 201606L |
| 171 | # define __cpp_lib_hardware_interference_size 201703L |
| 172 | # if defined(_LIBCPP_HAS_UNIQUE_OBJECT_REPRESENTATIONS) |
| 173 | # define __cpp_lib_has_unique_object_representations 201606L |
| 174 | # endif |
| 175 | # define __cpp_lib_hypot 201603L |
| 176 | # define __cpp_lib_incomplete_container_elements 201505L |
Marshall Clow | 0a1e750 | 2018-09-12 19:41:40 +0000 | [diff] [blame] | 177 | # define __cpp_lib_invoke 201411L |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 178 | # if !defined(_LIBCPP_HAS_NO_IS_AGGREGATE) |
| 179 | # define __cpp_lib_is_aggregate 201703L |
| 180 | # endif |
| 181 | # define __cpp_lib_is_invocable 201703L |
| 182 | # define __cpp_lib_is_swappable 201603L |
| 183 | # define __cpp_lib_launder 201606L |
| 184 | # define __cpp_lib_logical_traits 201510L |
| 185 | # define __cpp_lib_make_from_tuple 201606L |
| 186 | # define __cpp_lib_map_try_emplace 201411L |
| 187 | // # define __cpp_lib_math_special_functions 201603L |
| 188 | // # define __cpp_lib_memory_resource 201603L |
Erik Pilkington | 82a65ad | 2018-10-31 17:31:35 +0000 | [diff] [blame] | 189 | # define __cpp_lib_node_extract 201606L |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 190 | # define __cpp_lib_nonmember_container_access 201411L |
| 191 | # define __cpp_lib_not_fn 201603L |
| 192 | # define __cpp_lib_optional 201606L |
| 193 | // # define __cpp_lib_parallel_algorithm 201603L |
| 194 | # define __cpp_lib_raw_memory_algorithms 201606L |
| 195 | # define __cpp_lib_sample 201603L |
| 196 | # define __cpp_lib_scoped_lock 201703L |
Eric Fiselier | ad3f530 | 2019-01-16 02:10:28 +0000 | [diff] [blame] | 197 | # if !defined(_LIBCPP_HAS_NO_THREADS) |
| 198 | # define __cpp_lib_shared_mutex 201505L |
| 199 | # endif |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 200 | // # define __cpp_lib_shared_ptr_arrays 201611L |
| 201 | # define __cpp_lib_shared_ptr_weak_type 201606L |
| 202 | # define __cpp_lib_string_view 201606L |
| 203 | // # define __cpp_lib_to_chars 201611L |
| 204 | # undef __cpp_lib_transparent_operators |
| 205 | # define __cpp_lib_transparent_operators 201510L |
| 206 | # define __cpp_lib_type_trait_variable_templates 201510L |
| 207 | # define __cpp_lib_uncaught_exceptions 201411L |
| 208 | # define __cpp_lib_unordered_map_try_emplace 201411L |
| 209 | # define __cpp_lib_variant 201606L |
| 210 | # define __cpp_lib_void_t 201411L |
Marshall Clow | 0a1e750 | 2018-09-12 19:41:40 +0000 | [diff] [blame] | 211 | #endif |
| 212 | |
| 213 | #if _LIBCPP_STD_VER > 17 |
Eric Fiselier | ad3f530 | 2019-01-16 02:10:28 +0000 | [diff] [blame] | 214 | # if !defined(_LIBCPP_HAS_NO_THREADS) |
| 215 | // # define __cpp_lib_atomic_ref 201806L |
| 216 | # endif |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 217 | // # define __cpp_lib_bind_front 201811L |
| 218 | // # define __cpp_lib_bit_cast 201806L |
| 219 | # if !defined(_LIBCPP_NO_HAS_CHAR8_T) |
| 220 | # define __cpp_lib_char8_t 201811L |
| 221 | # endif |
| 222 | // # define __cpp_lib_concepts 201806L |
| 223 | // # define __cpp_lib_constexpr_misc 201811L |
| 224 | // # define __cpp_lib_constexpr_swap_algorithms 201806L |
Eric Fiselier | 02a8a2c | 2019-05-23 23:46:44 +0000 | [diff] [blame] | 225 | # if _LIBCPP_STD_VER > 17 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delete >= 201806L |
| 226 | # define __cpp_lib_destroying_delete 201806L |
| 227 | # endif |
Louis Dionne | 1b335f7 | 2019-11-14 08:54:23 -0500 | [diff] [blame] | 228 | # define __cpp_lib_endian 201907L |
Marek Kurdej | a98b141 | 2020-05-02 13:58:03 +0200 | [diff] [blame^] | 229 | # define __cpp_lib_erase_if 202002L |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 230 | // # define __cpp_lib_generic_unordered_lookup 201811L |
Marshall Clow | 174901e | 2019-04-25 12:11:43 +0000 | [diff] [blame] | 231 | # define __cpp_lib_interpolate 201902L |
Eric Fiselier | 5afe099 | 2019-04-24 17:54:25 +0000 | [diff] [blame] | 232 | # if !defined(_LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED) |
| 233 | # define __cpp_lib_is_constant_evaluated 201811L |
| 234 | # endif |
Marek Kurdej | f0eb09e | 2019-11-14 23:20:24 +0100 | [diff] [blame] | 235 | # define __cpp_lib_list_remove_return_type 201806L |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 236 | // # define __cpp_lib_ranges 201811L |
Marek Kurdej | 0d71567 | 2020-01-30 13:27:35 +0100 | [diff] [blame] | 237 | # define __cpp_lib_to_array 201907L |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 238 | // # define __cpp_lib_three_way_comparison 201711L |
Marshall Clow | 0a1e750 | 2018-09-12 19:41:40 +0000 | [diff] [blame] | 239 | #endif |
| 240 | |
Eric Fiselier | 4e86049 | 2019-01-16 01:37:43 +0000 | [diff] [blame] | 241 | #endif // _LIBCPP_VERSIONH |