|
7 | 7 | #if __cplusplus >= 201402L |
8 | 8 | // # define __cpp_lib_chrono_udls 201304L |
9 | 9 | // # define __cpp_lib_complex_udls 201309L |
10 | | -// # define __cpp_lib_exchange_function 201304L |
| 10 | +# define __cpp_lib_exchange_function 201304L |
11 | 11 | // # define __cpp_lib_generic_associative_lookup 201304L |
12 | 12 | // # define __cpp_lib_integer_sequence 201304L |
13 | | -// # define __cpp_lib_integral_constant_callable 201304L |
| 13 | +# define __cpp_lib_integral_constant_callable 201304L |
14 | 14 | // # define __cpp_lib_is_final 201402L |
15 | | -// # define __cpp_lib_is_null_pointer 201309L |
| 15 | +# define __cpp_lib_is_null_pointer 201309L |
16 | 16 | // # define __cpp_lib_make_reverse_iterator 201402L |
17 | 17 | // # define __cpp_lib_make_unique 201304L |
18 | 18 | // # define __cpp_lib_null_iterators 201304L |
|
33 | 33 | // # define __cpp_lib_any 201606L |
34 | 34 | // # define __cpp_lib_apply 201603L |
35 | 35 | // # define __cpp_lib_array_constexpr 201603L |
36 | | -// # define __cpp_lib_as_const 201510L |
| 36 | +# define __cpp_lib_as_const 201510L |
37 | 37 | // # define __cpp_lib_atomic_is_always_lock_free 201603L |
38 | | -// # define __cpp_lib_bool_constant 201505L |
| 38 | +# define __cpp_lib_bool_constant 201505L |
39 | 39 | // # define __cpp_lib_boyer_moore_searcher 201603L |
40 | | -// # define __cpp_lib_byte 201603L |
| 40 | +# define __cpp_lib_byte 201603L |
41 | 41 | // # define __cpp_lib_chrono 201611L |
42 | 42 | // # define __cpp_lib_clamp 201603L |
43 | 43 | // # define __cpp_lib_enable_shared_from_this 201603L |
|
53 | 53 | // # define __cpp_lib_is_invocable 201703L |
54 | 54 | // # define __cpp_lib_is_swappable 201603L |
55 | 55 | // # define __cpp_lib_launder 201606L |
56 | | -// # define __cpp_lib_logical_traits 201510L |
| 56 | +# define __cpp_lib_logical_traits 201510L |
57 | 57 | // # define __cpp_lib_make_from_tuple 201606L |
58 | 58 | // # define __cpp_lib_map_try_emplace 201411L |
59 | 59 | // # define __cpp_lib_math_special_functions 201603L |
|
77 | 77 | // # define __cpp_lib_uncaught_exceptions 201411L |
78 | 78 | // # define __cpp_lib_unordered_map_try_emplace 201411L |
79 | 79 | // # define __cpp_lib_variant 202102L |
80 | | -// # define __cpp_lib_void_t 201411L |
| 80 | +# define __cpp_lib_void_t 201411L |
81 | 81 | #endif // __cplusplus >= 201703L |
82 | 82 |
|
83 | 83 | #if __cplusplus >= 202002L |
|
93 | 93 | // # define __cpp_lib_atomic_wait 201907L |
94 | 94 | // # define __cpp_lib_barrier 201907L |
95 | 95 | // # define __cpp_lib_bind_front 201907L |
96 | | -// # define __cpp_lib_bit_cast 201806L |
| 96 | +# define __cpp_lib_bit_cast 201806L |
97 | 97 | // # define __cpp_lib_bitops 201907L |
98 | 98 | // # define __cpp_lib_bounded_array_traits 201902L |
99 | 99 | // # define __cpp_lib_char8_t 201907L |
|
114 | 114 | // # if defined(__cpp_impl_destroying_delete) && __cpp_impl_destroying_delete >= 201806L |
115 | 115 | // # define __cpp_lib_destroying_delete 201806L |
116 | 116 | // # endif |
117 | | -// # define __cpp_lib_endian 201907L |
| 117 | +# define __cpp_lib_endian 201907L |
118 | 118 | // # define __cpp_lib_erase_if 202002L |
119 | 119 | // # undef __cpp_lib_execution |
120 | 120 | // # define __cpp_lib_execution 201902L |
|
131 | 131 | // # define __cpp_lib_jthread 201911L |
132 | 132 | // # define __cpp_lib_latch 201907L |
133 | 133 | // # define __cpp_lib_list_remove_return_type 201806L |
134 | | -// # define __cpp_lib_math_constants 201907L |
| 134 | +# define __cpp_lib_math_constants 201907L |
135 | 135 | // # define __cpp_lib_move_iterator_concept 202207L |
136 | 136 | // # define __cpp_lib_polymorphic_allocator 201902L |
137 | 137 | // # define __cpp_lib_ranges 202110L |
|
0 commit comments