]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/llvm-project/libcxx/include/version
MFV r368464:
[FreeBSD/FreeBSD.git] / contrib / llvm-project / libcxx / include / version
1 // -*- C++ -*-
2 //===--------------------------- version ----------------------------------===//
3 //
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
7 //
8 //===----------------------------------------------------------------------===//
9
10 #ifndef _LIBCPP_VERSIONH
11 #define _LIBCPP_VERSIONH
12
13 /*
14   version synopsis
15
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                               201811L <iterator> <array>
25                                                         201603L // C++17
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>
45 __cpp_lib_destroying_delete                             201806L <new>
46 __cpp_lib_enable_shared_from_this                       201603L <memory>
47 __cpp_lib_endian                                        201907L <bit>
48 __cpp_lib_erase_if                                      202002L <string> <deque> <forward_list>
49                                                                 <list> <vector> <map>
50                                                                 <set> <unordered_map> <unordered_set>
51 __cpp_lib_exchange_function                             201304L <utility>
52 __cpp_lib_execution                                     201603L <execution>
53 __cpp_lib_filesystem                                    201703L <filesystem>
54 __cpp_lib_gcd_lcm                                       201606L <numeric>
55 __cpp_lib_generic_associative_lookup                    201304L <map> <set>
56 __cpp_lib_generic_unordered_lookup                      201811L <unordered_map> <unordered_set>
57 __cpp_lib_hardware_interference_size                    201703L <new>
58 __cpp_lib_has_unique_object_representations             201606L <type_traits>
59 __cpp_lib_hypot                                         201603L <cmath>
60 __cpp_lib_incomplete_container_elements                 201505L <forward_list> <list> <vector>
61 __cpp_lib_integer_sequence                              201304L <utility>
62 __cpp_lib_integral_constant_callable                    201304L <type_traits>
63 __cpp_lib_interpolate                                   201902L <numeric>
64 __cpp_lib_invoke                                        201411L <functional>
65 __cpp_lib_is_aggregate                                  201703L <type_traits>
66 __cpp_lib_is_constant_evaluated                         201811L <type_traits>
67 __cpp_lib_is_final                                      201402L <type_traits>
68 __cpp_lib_is_invocable                                  201703L <type_traits>
69 __cpp_lib_is_null_pointer                               201309L <type_traits>
70 __cpp_lib_is_swappable                                  201603L <type_traits>
71 __cpp_lib_launder                                       201606L <new>
72 __cpp_lib_list_remove_return_type                       201806L <forward_list> <list>
73 __cpp_lib_logical_traits                                201510L <type_traits>
74 __cpp_lib_make_from_tuple                               201606L <tuple>
75 __cpp_lib_make_reverse_iterator                         201402L <iterator>
76 __cpp_lib_make_unique                                   201304L <memory>
77 __cpp_lib_map_try_emplace                               201411L <map>
78 __cpp_lib_math_constants                                201907L <numbers>
79 __cpp_lib_math_special_functions                        201603L <cmath>
80 __cpp_lib_memory_resource                               201603L <memory_resource>
81 __cpp_lib_node_extract                                  201606L <map> <set> <unordered_map>
82                                                                 <unordered_set>
83 __cpp_lib_nonmember_container_access                    201411L <iterator> <array> <deque>
84                                                                 <forward_list> <list> <map>
85                                                                 <regex> <set> <string>
86                                                                 <unordered_map> <unordered_set> <vector>
87 __cpp_lib_not_fn                                        201603L <functional>
88 __cpp_lib_null_iterators                                201304L <iterator>
89 __cpp_lib_optional                                      201606L <optional>
90 __cpp_lib_parallel_algorithm                            201603L <algorithm> <numeric>
91 __cpp_lib_quoted_string_io                              201304L <iomanip>
92 __cpp_lib_ranges                                        201811L <algorithm> <functional> <iterator>
93                                                                 <memory> <ranges>
94 __cpp_lib_raw_memory_algorithms                         201606L <memory>
95 __cpp_lib_result_of_sfinae                              201210L <functional> <type_traits>
96 __cpp_lib_robust_nonmodifying_seq_ops                   201304L <algorithm>
97 __cpp_lib_sample                                        201603L <algorithm>
98 __cpp_lib_scoped_lock                                   201703L <mutex>
99 __cpp_lib_shared_mutex                                  201505L <shared_mutex>
100 __cpp_lib_shared_ptr_arrays                             201611L <memory>
101 __cpp_lib_shared_ptr_weak_type                          201606L <memory>
102 __cpp_lib_shared_timed_mutex                            201402L <shared_mutex>
103 __cpp_lib_span                                          202002L <span>
104 __cpp_lib_string_udls                                   201304L <string>
105 __cpp_lib_string_view                                   201606L <string> <string_view>
106 __cpp_lib_three_way_comparison                          201711L <compare>
107 __cpp_lib_to_array                                      201907L <array>
108 __cpp_lib_to_chars                                      201611L <utility>
109 __cpp_lib_transformation_trait_aliases                  201304L <type_traits>
110 __cpp_lib_transparent_operators                         201510L <functional>
111                                                         201210L // C++14
112 __cpp_lib_tuple_element_t                               201402L <tuple>
113 __cpp_lib_tuples_by_type                                201304L <utility> <tuple>
114 __cpp_lib_type_trait_variable_templates                 201510L <type_traits>
115 __cpp_lib_uncaught_exceptions                           201411L <exception>
116 __cpp_lib_unordered_map_try_emplace                     201411L <unordered_map>
117 __cpp_lib_variant                                       201606L <variant>
118 __cpp_lib_void_t                                        201411L <type_traits>
119
120 */
121
122 #include <__config>
123
124 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
125 #pragma GCC system_header
126 #endif
127
128 #if _LIBCPP_STD_VER > 11
129 # define __cpp_lib_chrono_udls                          201304L
130 # define __cpp_lib_complex_udls                         201309L
131 # define __cpp_lib_exchange_function                    201304L
132 # define __cpp_lib_generic_associative_lookup           201304L
133 # define __cpp_lib_integer_sequence                     201304L
134 # define __cpp_lib_integral_constant_callable           201304L
135 # define __cpp_lib_is_final                             201402L
136 # define __cpp_lib_is_null_pointer                      201309L
137 # define __cpp_lib_make_reverse_iterator                201402L
138 # define __cpp_lib_make_unique                          201304L
139 # define __cpp_lib_null_iterators                       201304L
140 # define __cpp_lib_quoted_string_io                     201304L
141 # define __cpp_lib_result_of_sfinae                     201210L
142 # define __cpp_lib_robust_nonmodifying_seq_ops          201304L
143 # if !defined(_LIBCPP_HAS_NO_THREADS)
144 #   define __cpp_lib_shared_timed_mutex                 201402L
145 # endif
146 # define __cpp_lib_string_udls                          201304L
147 # define __cpp_lib_transformation_trait_aliases         201304L
148 # define __cpp_lib_transparent_operators                201210L
149 # define __cpp_lib_tuple_element_t                      201402L
150 # define __cpp_lib_tuples_by_type                       201304L
151 #endif
152
153 #if _LIBCPP_STD_VER > 14
154 # if !defined(_LIBCPP_HAS_NO_BUILTIN_ADDRESSOF)
155 #   define __cpp_lib_addressof_constexpr                201603L
156 # endif
157 # define __cpp_lib_allocator_traits_is_always_equal     201411L
158 # define __cpp_lib_any                                  201606L
159 # define __cpp_lib_apply                                201603L
160 # define __cpp_lib_array_constexpr                      201603L
161 # define __cpp_lib_as_const                             201510L
162 # if !defined(_LIBCPP_HAS_NO_THREADS)
163 #   define __cpp_lib_atomic_is_always_lock_free         201603L
164 # endif
165 # define __cpp_lib_bool_constant                        201505L
166 // # define __cpp_lib_boyer_moore_searcher                 201603L
167 # define __cpp_lib_byte                                 201603L
168 # define __cpp_lib_chrono                               201611L
169 # define __cpp_lib_clamp                                201603L
170 # define __cpp_lib_enable_shared_from_this              201603L
171 // # define __cpp_lib_execution                            201603L
172 # define __cpp_lib_filesystem                           201703L
173 # define __cpp_lib_gcd_lcm                              201606L
174 // # define __cpp_lib_hardware_interference_size           201703L
175 # if defined(_LIBCPP_HAS_UNIQUE_OBJECT_REPRESENTATIONS)
176 #   define __cpp_lib_has_unique_object_representations  201606L
177 # endif
178 # define __cpp_lib_hypot                                201603L
179 # define __cpp_lib_incomplete_container_elements        201505L
180 # define __cpp_lib_invoke                               201411L
181 # if !defined(_LIBCPP_HAS_NO_IS_AGGREGATE)
182 #   define __cpp_lib_is_aggregate                       201703L
183 # endif
184 # define __cpp_lib_is_invocable                         201703L
185 # define __cpp_lib_is_swappable                         201603L
186 # define __cpp_lib_launder                              201606L
187 # define __cpp_lib_logical_traits                       201510L
188 # define __cpp_lib_make_from_tuple                      201606L
189 # define __cpp_lib_map_try_emplace                      201411L
190 // # define __cpp_lib_math_special_functions               201603L
191 // # define __cpp_lib_memory_resource                      201603L
192 # define __cpp_lib_node_extract                         201606L
193 # define __cpp_lib_nonmember_container_access           201411L
194 # define __cpp_lib_not_fn                               201603L
195 # define __cpp_lib_optional                             201606L
196 // # define __cpp_lib_parallel_algorithm                   201603L
197 # define __cpp_lib_raw_memory_algorithms                201606L
198 # define __cpp_lib_sample                               201603L
199 # define __cpp_lib_scoped_lock                          201703L
200 # if !defined(_LIBCPP_HAS_NO_THREADS)
201 #   define __cpp_lib_shared_mutex                       201505L
202 # endif
203 // # define __cpp_lib_shared_ptr_arrays                    201611L
204 # define __cpp_lib_shared_ptr_weak_type                 201606L
205 # define __cpp_lib_string_view                          201606L
206 // # define __cpp_lib_to_chars                             201611L
207 # undef  __cpp_lib_transparent_operators
208 # define __cpp_lib_transparent_operators                201510L
209 # define __cpp_lib_type_trait_variable_templates        201510L
210 # define __cpp_lib_uncaught_exceptions                  201411L
211 # define __cpp_lib_unordered_map_try_emplace            201411L
212 # define __cpp_lib_variant                              201606L
213 # define __cpp_lib_void_t                               201411L
214 #endif
215
216 #if _LIBCPP_STD_VER > 17
217 # undef  __cpp_lib_array_constexpr
218 # define __cpp_lib_array_constexpr                      201811L
219 # if !defined(_LIBCPP_HAS_NO_THREADS)
220 // #   define __cpp_lib_atomic_ref                         201806L
221 # endif
222 // # define __cpp_lib_bind_front                           201811L
223 // # define __cpp_lib_bit_cast                             201806L
224 # if !defined(_LIBCPP_NO_HAS_CHAR8_T)
225 #   define __cpp_lib_char8_t                            201811L
226 # endif
227 // # define __cpp_lib_concepts                             201806L
228 // # define __cpp_lib_constexpr_misc                       201811L
229 // # define __cpp_lib_constexpr_swap_algorithms            201806L
230 # if _LIBCPP_STD_VER > 17 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delete >= 201806L
231 #   define __cpp_lib_destroying_delete                  201806L
232 # endif
233 # define __cpp_lib_endian                               201907L
234 # define __cpp_lib_erase_if                             202002L
235 // # define __cpp_lib_generic_unordered_lookup             201811L
236 # define __cpp_lib_interpolate                          201902L
237 # if !defined(_LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED)
238 #   define __cpp_lib_is_constant_evaluated              201811L
239 # endif
240 # define __cpp_lib_list_remove_return_type              201806L
241 # if defined(__cpp_concepts) && __cpp_concepts >= 201811L
242 #   define __cpp_lib_math_constants                     201907L
243 # endif
244 // # define __cpp_lib_ranges                               201811L
245 # define __cpp_lib_span                                 202002L
246 // # define __cpp_lib_three_way_comparison                 201711L
247 # define __cpp_lib_to_array                             201907L
248 #endif
249
250 #endif // _LIBCPP_VERSIONH