blob: 2f1fd92db406a99c88b6cbe2688d2563306313e8 [file] [log] [blame]
Marshall Clow10988802018-04-03 15:48:24 +00001// -*- C++ -*-
2//===--------------------------- version ----------------------------------===//
3//
Chandler Carruthd2012102019-01-19 10:56:40 +00004// 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 Clow10988802018-04-03 15:48:24 +00007//
8//===----------------------------------------------------------------------===//
9
10#ifndef _LIBCPP_VERSIONH
11#define _LIBCPP_VERSIONH
12
13/*
Eric Fiselier4e860492019-01-16 01:37:43 +000014 version synopsis
Marshall Clow10988802018-04-03 15:48:24 +000015
Eric Fiselier4e860492019-01-16 01:37:43 +000016Macro 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 Dionne44704ce2020-05-22 09:59:48 -040024__cpp_lib_array_constexpr 201811L <iterator> <array>
25 201603L // C++17
Eric Fiselier4e860492019-01-16 01:37:43 +000026__cpp_lib_as_const 201510L <utility>
Olivier Girouxdf5bfa32020-09-09 10:00:09 -070027__cpp_lib_atomic_flag_test 201907L <atomic>
28__cpp_lib_atomic_float 201711L <atomic>
Eric Fiselier4e860492019-01-16 01:37:43 +000029__cpp_lib_atomic_is_always_lock_free 201603L <atomic>
Olivier Girouxdf5bfa32020-09-09 10:00:09 -070030__cpp_lib_atomic_lock_free_type_aliases 201907L <atomic>
Eric Fiselier4e860492019-01-16 01:37:43 +000031__cpp_lib_atomic_ref 201806L <atomic>
Olivier Girouxdf5bfa32020-09-09 10:00:09 -070032__cpp_lib_atomic_shared_ptr 201711L <atomic>
33__cpp_lib_atomic_value_initialization 201911L <atomic> <memory>
34__cpp_lib_atomic_wait 201907L <atomic>
Eric Fiselier4e860492019-01-16 01:37:43 +000035__cpp_lib_bind_front 201811L <functional>
36__cpp_lib_bit_cast 201806L <bit>
37__cpp_lib_bool_constant 201505L <type_traits>
38__cpp_lib_boyer_moore_searcher 201603L <functional>
39__cpp_lib_byte 201603L <cstddef>
40__cpp_lib_char8_t 201811L <atomic> <filesystem> <istream>
41 <limits> <locale> <ostream>
42 <string> <string_view>
43__cpp_lib_chrono 201611L <chrono>
44__cpp_lib_chrono_udls 201304L <chrono>
45__cpp_lib_clamp 201603L <algorithm>
46__cpp_lib_complex_udls 201309L <complex>
47__cpp_lib_concepts 201806L <concepts>
Louis Dionne99f59432020-09-17 12:06:13 -040048__cpp_lib_constexpr_dynamic_alloc 201907L <memory>
Eric Fiselier4e860492019-01-16 01:37:43 +000049__cpp_lib_constexpr_misc 201811L <array> <functional> <iterator>
50 <string_view> <tuple> <utility>
Mark de Wever17c5af42020-11-28 14:50:53 +010051__cpp_lib_constexpr_numeric 201911L <numeric>
Eric Fiselier4e860492019-01-16 01:37:43 +000052__cpp_lib_constexpr_swap_algorithms 201806L <algorithm>
Michael Schellenberger Costad41ace62020-09-02 21:20:33 +020053__cpp_lib_constexpr_utility 201811L <utility>
Eric Fiselier4e860492019-01-16 01:37:43 +000054__cpp_lib_destroying_delete 201806L <new>
55__cpp_lib_enable_shared_from_this 201603L <memory>
Louis Dionne1b335f72019-11-14 08:54:23 -050056__cpp_lib_endian 201907L <bit>
Marek Kurdeja98b1412020-05-02 13:58:03 +020057__cpp_lib_erase_if 202002L <string> <deque> <forward_list>
Eric Fiselier4e860492019-01-16 01:37:43 +000058 <list> <vector> <map>
59 <set> <unordered_map> <unordered_set>
60__cpp_lib_exchange_function 201304L <utility>
61__cpp_lib_execution 201603L <execution>
62__cpp_lib_filesystem 201703L <filesystem>
63__cpp_lib_gcd_lcm 201606L <numeric>
64__cpp_lib_generic_associative_lookup 201304L <map> <set>
65__cpp_lib_generic_unordered_lookup 201811L <unordered_map> <unordered_set>
66__cpp_lib_hardware_interference_size 201703L <new>
67__cpp_lib_has_unique_object_representations 201606L <type_traits>
68__cpp_lib_hypot 201603L <cmath>
69__cpp_lib_incomplete_container_elements 201505L <forward_list> <list> <vector>
Mark de Wever896e0742020-11-24 14:50:49 +010070__cpp_lib_int_pow2 202002L <bit>
Eric Fiselier4e860492019-01-16 01:37:43 +000071__cpp_lib_integer_sequence 201304L <utility>
72__cpp_lib_integral_constant_callable 201304L <type_traits>
Marshall Clow174901e2019-04-25 12:11:43 +000073__cpp_lib_interpolate 201902L <numeric>
Eric Fiselier4e860492019-01-16 01:37:43 +000074__cpp_lib_invoke 201411L <functional>
75__cpp_lib_is_aggregate 201703L <type_traits>
76__cpp_lib_is_constant_evaluated 201811L <type_traits>
77__cpp_lib_is_final 201402L <type_traits>
78__cpp_lib_is_invocable 201703L <type_traits>
79__cpp_lib_is_null_pointer 201309L <type_traits>
80__cpp_lib_is_swappable 201603L <type_traits>
81__cpp_lib_launder 201606L <new>
82__cpp_lib_list_remove_return_type 201806L <forward_list> <list>
83__cpp_lib_logical_traits 201510L <type_traits>
84__cpp_lib_make_from_tuple 201606L <tuple>
85__cpp_lib_make_reverse_iterator 201402L <iterator>
86__cpp_lib_make_unique 201304L <memory>
87__cpp_lib_map_try_emplace 201411L <map>
Raul Tambreafcedea2020-06-19 12:43:33 +053088__cpp_lib_math_constants 201907L <numbers>
Eric Fiselier4e860492019-01-16 01:37:43 +000089__cpp_lib_math_special_functions 201603L <cmath>
90__cpp_lib_memory_resource 201603L <memory_resource>
91__cpp_lib_node_extract 201606L <map> <set> <unordered_map>
92 <unordered_set>
93__cpp_lib_nonmember_container_access 201411L <iterator> <array> <deque>
94 <forward_list> <list> <map>
95 <regex> <set> <string>
96 <unordered_map> <unordered_set> <vector>
97__cpp_lib_not_fn 201603L <functional>
98__cpp_lib_null_iterators 201304L <iterator>
99__cpp_lib_optional 201606L <optional>
100__cpp_lib_parallel_algorithm 201603L <algorithm> <numeric>
101__cpp_lib_quoted_string_io 201304L <iomanip>
102__cpp_lib_ranges 201811L <algorithm> <functional> <iterator>
103 <memory> <ranges>
104__cpp_lib_raw_memory_algorithms 201606L <memory>
105__cpp_lib_result_of_sfinae 201210L <functional> <type_traits>
106__cpp_lib_robust_nonmodifying_seq_ops 201304L <algorithm>
107__cpp_lib_sample 201603L <algorithm>
108__cpp_lib_scoped_lock 201703L <mutex>
109__cpp_lib_shared_mutex 201505L <shared_mutex>
110__cpp_lib_shared_ptr_arrays 201611L <memory>
111__cpp_lib_shared_ptr_weak_type 201606L <memory>
112__cpp_lib_shared_timed_mutex 201402L <shared_mutex>
Michael Schellenberger Costaea234282020-05-13 09:50:06 -0400113__cpp_lib_span 202002L <span>
Eric Fiselier4e860492019-01-16 01:37:43 +0000114__cpp_lib_string_udls 201304L <string>
115__cpp_lib_string_view 201606L <string> <string_view>
116__cpp_lib_three_way_comparison 201711L <compare>
Marek Kurdej0d715672020-01-30 13:27:35 +0100117__cpp_lib_to_array 201907L <array>
Eric Fiselier4e860492019-01-16 01:37:43 +0000118__cpp_lib_to_chars 201611L <utility>
119__cpp_lib_transformation_trait_aliases 201304L <type_traits>
120__cpp_lib_transparent_operators 201510L <functional>
121 201210L // C++14
122__cpp_lib_tuple_element_t 201402L <tuple>
123__cpp_lib_tuples_by_type 201304L <utility> <tuple>
124__cpp_lib_type_trait_variable_templates 201510L <type_traits>
125__cpp_lib_uncaught_exceptions 201411L <exception>
126__cpp_lib_unordered_map_try_emplace 201411L <unordered_map>
127__cpp_lib_variant 201606L <variant>
128__cpp_lib_void_t 201411L <type_traits>
Marshall Clowe085f8a2018-09-11 20:51:54 +0000129
Marshall Clow10988802018-04-03 15:48:24 +0000130*/
131
132#include <__config>
133
134#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
135#pragma GCC system_header
136#endif
137
Marshall Clow0a1e7502018-09-12 19:41:40 +0000138#if _LIBCPP_STD_VER > 11
Eric Fiselier4e860492019-01-16 01:37:43 +0000139# define __cpp_lib_chrono_udls 201304L
140# define __cpp_lib_complex_udls 201309L
141# define __cpp_lib_exchange_function 201304L
142# define __cpp_lib_generic_associative_lookup 201304L
143# define __cpp_lib_integer_sequence 201304L
144# define __cpp_lib_integral_constant_callable 201304L
145# define __cpp_lib_is_final 201402L
146# define __cpp_lib_is_null_pointer 201309L
147# define __cpp_lib_make_reverse_iterator 201402L
148# define __cpp_lib_make_unique 201304L
149# define __cpp_lib_null_iterators 201304L
150# define __cpp_lib_quoted_string_io 201304L
151# define __cpp_lib_result_of_sfinae 201210L
152# define __cpp_lib_robust_nonmodifying_seq_ops 201304L
Eric Fiselierad3f5302019-01-16 02:10:28 +0000153# if !defined(_LIBCPP_HAS_NO_THREADS)
154# define __cpp_lib_shared_timed_mutex 201402L
155# endif
Eric Fiselier4e860492019-01-16 01:37:43 +0000156# define __cpp_lib_string_udls 201304L
157# define __cpp_lib_transformation_trait_aliases 201304L
158# define __cpp_lib_transparent_operators 201210L
159# define __cpp_lib_tuple_element_t 201402L
160# define __cpp_lib_tuples_by_type 201304L
Marshall Clow0a1e7502018-09-12 19:41:40 +0000161#endif
162
163#if _LIBCPP_STD_VER > 14
Eric Fiselier4e860492019-01-16 01:37:43 +0000164# if !defined(_LIBCPP_HAS_NO_BUILTIN_ADDRESSOF)
165# define __cpp_lib_addressof_constexpr 201603L
166# endif
167# define __cpp_lib_allocator_traits_is_always_equal 201411L
168# define __cpp_lib_any 201606L
169# define __cpp_lib_apply 201603L
170# define __cpp_lib_array_constexpr 201603L
171# define __cpp_lib_as_const 201510L
Eric Fiselierad3f5302019-01-16 02:10:28 +0000172# if !defined(_LIBCPP_HAS_NO_THREADS)
173# define __cpp_lib_atomic_is_always_lock_free 201603L
174# endif
Eric Fiselier4e860492019-01-16 01:37:43 +0000175# define __cpp_lib_bool_constant 201505L
176// # define __cpp_lib_boyer_moore_searcher 201603L
177# define __cpp_lib_byte 201603L
178# define __cpp_lib_chrono 201611L
179# define __cpp_lib_clamp 201603L
180# define __cpp_lib_enable_shared_from_this 201603L
181// # define __cpp_lib_execution 201603L
Marshall Clow0a1e7502018-09-12 19:41:40 +0000182# define __cpp_lib_filesystem 201703L
Eric Fiselier4e860492019-01-16 01:37:43 +0000183# define __cpp_lib_gcd_lcm 201606L
Marek Kurdej9f6de072020-05-23 14:31:05 +0200184// # define __cpp_lib_hardware_interference_size 201703L
Eric Fiselier4e860492019-01-16 01:37:43 +0000185# if defined(_LIBCPP_HAS_UNIQUE_OBJECT_REPRESENTATIONS)
186# define __cpp_lib_has_unique_object_representations 201606L
187# endif
188# define __cpp_lib_hypot 201603L
189# define __cpp_lib_incomplete_container_elements 201505L
Marshall Clow0a1e7502018-09-12 19:41:40 +0000190# define __cpp_lib_invoke 201411L
Eric Fiselier4e860492019-01-16 01:37:43 +0000191# if !defined(_LIBCPP_HAS_NO_IS_AGGREGATE)
192# define __cpp_lib_is_aggregate 201703L
193# endif
194# define __cpp_lib_is_invocable 201703L
195# define __cpp_lib_is_swappable 201603L
196# define __cpp_lib_launder 201606L
197# define __cpp_lib_logical_traits 201510L
198# define __cpp_lib_make_from_tuple 201606L
199# define __cpp_lib_map_try_emplace 201411L
200// # define __cpp_lib_math_special_functions 201603L
201// # define __cpp_lib_memory_resource 201603L
Erik Pilkington82a65ad2018-10-31 17:31:35 +0000202# define __cpp_lib_node_extract 201606L
Eric Fiselier4e860492019-01-16 01:37:43 +0000203# define __cpp_lib_nonmember_container_access 201411L
204# define __cpp_lib_not_fn 201603L
205# define __cpp_lib_optional 201606L
206// # define __cpp_lib_parallel_algorithm 201603L
207# define __cpp_lib_raw_memory_algorithms 201606L
208# define __cpp_lib_sample 201603L
209# define __cpp_lib_scoped_lock 201703L
Eric Fiselierad3f5302019-01-16 02:10:28 +0000210# if !defined(_LIBCPP_HAS_NO_THREADS)
211# define __cpp_lib_shared_mutex 201505L
212# endif
Eric Fiselier4e860492019-01-16 01:37:43 +0000213// # define __cpp_lib_shared_ptr_arrays 201611L
214# define __cpp_lib_shared_ptr_weak_type 201606L
215# define __cpp_lib_string_view 201606L
216// # define __cpp_lib_to_chars 201611L
217# undef __cpp_lib_transparent_operators
218# define __cpp_lib_transparent_operators 201510L
219# define __cpp_lib_type_trait_variable_templates 201510L
220# define __cpp_lib_uncaught_exceptions 201411L
221# define __cpp_lib_unordered_map_try_emplace 201411L
222# define __cpp_lib_variant 201606L
223# define __cpp_lib_void_t 201411L
Marshall Clow0a1e7502018-09-12 19:41:40 +0000224#endif
225
226#if _LIBCPP_STD_VER > 17
Louis Dionne44704ce2020-05-22 09:59:48 -0400227# undef __cpp_lib_array_constexpr
228# define __cpp_lib_array_constexpr 201811L
Eric Fiselierad3f5302019-01-16 02:10:28 +0000229# if !defined(_LIBCPP_HAS_NO_THREADS)
Olivier Girouxdf5bfa32020-09-09 10:00:09 -0700230# define __cpp_lib_atomic_flag_test 201907L
231# endif
232# if !defined(_LIBCPP_HAS_NO_THREADS)
233// # define __cpp_lib_atomic_float 201711L
234# endif
235# if !defined(_LIBCPP_HAS_NO_THREADS)
236# define __cpp_lib_atomic_lock_free_type_aliases 201907L
237# endif
238# if !defined(_LIBCPP_HAS_NO_THREADS)
Eric Fiselierad3f5302019-01-16 02:10:28 +0000239// # define __cpp_lib_atomic_ref 201806L
240# endif
Olivier Girouxdf5bfa32020-09-09 10:00:09 -0700241# if !defined(_LIBCPP_HAS_NO_THREADS)
242// # define __cpp_lib_atomic_shared_ptr 201711L
243# endif
244# if !defined(_LIBCPP_HAS_NO_THREADS)
245// # define __cpp_lib_atomic_value_initialization 201911L
246# endif
247# if !defined(_LIBCPP_HAS_NO_THREADS)
248# define __cpp_lib_atomic_wait 201907L
249# endif
Eric Fiselier4e860492019-01-16 01:37:43 +0000250// # define __cpp_lib_bind_front 201811L
251// # define __cpp_lib_bit_cast 201806L
252# if !defined(_LIBCPP_NO_HAS_CHAR8_T)
253# define __cpp_lib_char8_t 201811L
254# endif
255// # define __cpp_lib_concepts 201806L
Louis Dionne99f59432020-09-17 12:06:13 -0400256# define __cpp_lib_constexpr_dynamic_alloc 201907L
Eric Fiselier4e860492019-01-16 01:37:43 +0000257// # define __cpp_lib_constexpr_misc 201811L
Mark de Wever17c5af42020-11-28 14:50:53 +0100258# define __cpp_lib_constexpr_numeric 201911L
Eric Fiselier4e860492019-01-16 01:37:43 +0000259// # define __cpp_lib_constexpr_swap_algorithms 201806L
Michael Schellenberger Costad41ace62020-09-02 21:20:33 +0200260# define __cpp_lib_constexpr_utility 201811L
Eric Fiselier02a8a2c2019-05-23 23:46:44 +0000261# if _LIBCPP_STD_VER > 17 && defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delete >= 201806L
262# define __cpp_lib_destroying_delete 201806L
263# endif
Louis Dionne1b335f72019-11-14 08:54:23 -0500264# define __cpp_lib_endian 201907L
Marek Kurdeja98b1412020-05-02 13:58:03 +0200265# define __cpp_lib_erase_if 202002L
Ruslan Arutyunyan44234392020-11-10 07:49:55 -0500266# define __cpp_lib_generic_unordered_lookup 201811L
Mark de Wever896e0742020-11-24 14:50:49 +0100267# define __cpp_lib_int_pow2 202002L
Marshall Clow174901e2019-04-25 12:11:43 +0000268# define __cpp_lib_interpolate 201902L
Eric Fiselier5afe0992019-04-24 17:54:25 +0000269# if !defined(_LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED)
270# define __cpp_lib_is_constant_evaluated 201811L
271# endif
Marek Kurdejf0eb09e2019-11-14 23:20:24 +0100272# define __cpp_lib_list_remove_return_type 201806L
Raul Tambreb89161b2020-06-19 10:36:44 -0400273# if defined(__cpp_concepts) && __cpp_concepts >= 201811L
274# define __cpp_lib_math_constants 201907L
275# endif
Eric Fiselier4e860492019-01-16 01:37:43 +0000276// # define __cpp_lib_ranges 201811L
Michael Schellenberger Costaea234282020-05-13 09:50:06 -0400277# define __cpp_lib_span 202002L
Eric Fiselier4e860492019-01-16 01:37:43 +0000278// # define __cpp_lib_three_way_comparison 201711L
Michael Schellenberger Costaea234282020-05-13 09:50:06 -0400279# define __cpp_lib_to_array 201907L
Marshall Clow0a1e7502018-09-12 19:41:40 +0000280#endif
281
Eric Fiselier4e860492019-01-16 01:37:43 +0000282#endif // _LIBCPP_VERSIONH