@@ -38,6 +38,7 @@ __cpp_lib_atomic_shared_ptr 201711L <atomic>
38
38
__cpp_lib_atomic_value_initialization 201911L <atomic> <memory>
39
39
__cpp_lib_atomic_wait 201907L <atomic>
40
40
__cpp_lib_barrier 201907L <barrier>
41
+ __cpp_lib_bind_back 202202L <functional>
41
42
__cpp_lib_bind_front 201907L <functional>
42
43
__cpp_lib_bit_cast 201806L <bit>
43
44
__cpp_lib_bitops 201907L <bit>
@@ -55,6 +56,7 @@ __cpp_lib_clamp 201603L <algorithm>
55
56
__cpp_lib_complex_udls 201309L <complex>
56
57
__cpp_lib_concepts 202002L <concepts>
57
58
__cpp_lib_constexpr_algorithms 201806L <algorithm>
59
+ __cpp_lib_constexpr_cmath 202202L <cmath> <cstdlib>
58
60
__cpp_lib_constexpr_complex 201711L <complex>
59
61
__cpp_lib_constexpr_dynamic_alloc 201907L <memory>
60
62
__cpp_lib_constexpr_functional 201907L <functional>
@@ -132,9 +134,19 @@ __cpp_lib_polymorphic_allocator 201902L <memory_resource
132
134
__cpp_lib_quoted_string_io 201304L <iomanip>
133
135
__cpp_lib_ranges 201811L <algorithm> <functional> <iterator>
134
136
<memory> <ranges>
137
+ __cpp_lib_ranges_chunk 202202L <ranges>
138
+ __cpp_lib_ranges_chunk_by 202202L <ranges>
139
+ __cpp_lib_ranges_iota 202202L <numeric>
140
+ __cpp_lib_ranges_join_with 202202L <ranges>
141
+ __cpp_lib_ranges_slide 202202L <ranges>
135
142
__cpp_lib_ranges_starts_ends_with 202106L <algorithm>
143
+ __cpp_lib_ranges_to_container 202202L <deque> <forward_list> <list>
144
+ <map> <priority_queue> <queue>
145
+ <set> <stack> <string>
146
+ <unordered_map> <unordered_set> <vector>
136
147
__cpp_lib_ranges_zip 202110L <ranges> <tuple> <utility>
137
148
__cpp_lib_raw_memory_algorithms 201606L <memory>
149
+ __cpp_lib_reference_from_temporary 202202L <type_traits>
138
150
__cpp_lib_remove_cvref 201711L <type_traits>
139
151
__cpp_lib_result_of_sfinae 201210L <functional> <type_traits>
140
152
__cpp_lib_robust_nonmodifying_seq_ops 201304L <algorithm>
@@ -174,6 +186,7 @@ __cpp_lib_type_identity 201806L <type_traits>
174
186
__cpp_lib_type_trait_variable_templates 201510L <type_traits>
175
187
__cpp_lib_uncaught_exceptions 201411L <exception>
176
188
__cpp_lib_unordered_map_try_emplace 201411L <unordered_map>
189
+ __cpp_lib_unreachable 202202L <utility>
177
190
__cpp_lib_unwrap_ref 201811L <functional>
178
191
__cpp_lib_variant 202102L <variant>
179
192
__cpp_lib_void_t 201411L <type_traits>
@@ -363,21 +376,31 @@ __cpp_lib_void_t 201411L <type_traits>
363
376
# define __cpp_lib_adaptor_iterator_pair_constructor 202106L
364
377
// # define __cpp_lib_allocate_at_least 202106L
365
378
// # define __cpp_lib_associative_heterogeneous_erasure 202110L
379
+ // # define __cpp_lib_bind_back 202202L
366
380
# define __cpp_lib_byteswap 202110L
381
+ // # define __cpp_lib_constexpr_cmath 202202L
367
382
// # define __cpp_lib_constexpr_typeinfo 202106L
368
383
// # define __cpp_lib_invoke_r 202106L
369
384
# define __cpp_lib_is_scoped_enum 202011L
370
385
# define __cpp_lib_monadic_optional 202110L
371
386
// # define __cpp_lib_move_only_function 202110L
372
387
// # define __cpp_lib_out_ptr 202106L
388
+ // # define __cpp_lib_ranges_chunk 202202L
389
+ // # define __cpp_lib_ranges_chunk_by 202202L
390
+ // # define __cpp_lib_ranges_iota 202202L
391
+ // # define __cpp_lib_ranges_join_with 202202L
392
+ // # define __cpp_lib_ranges_slide 202202L
373
393
// # define __cpp_lib_ranges_starts_ends_with 202106L
394
+ // # define __cpp_lib_ranges_to_container 202202L
374
395
// # define __cpp_lib_ranges_zip 202110L
396
+ // # define __cpp_lib_reference_from_temporary 202202L
375
397
// # define __cpp_lib_spanstream 202106L
376
398
// # define __cpp_lib_stacktrace 202011L
377
399
// # define __cpp_lib_stdatomic_h 202011L
378
400
# define __cpp_lib_string_contains 202011L
379
401
# define __cpp_lib_string_resize_and_overwrite 202110L
380
402
# define __cpp_lib_to_underlying 202102L
403
+ // # define __cpp_lib_unreachable 202202L
381
404
#endif
382
405
383
406
// clang-format on
0 commit comments