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