Skip to content

Commit 350a3a1

Browse files
committed
regenerate <version>
1 parent 7402319 commit 350a3a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/include/version

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ __cpp_lib_inplace_vector 202406L <inplace_vector>
142142
__cpp_lib_int_pow2 202002L <bit>
143143
__cpp_lib_integer_comparison_functions 202002L <utility>
144144
__cpp_lib_integer_sequence 202511L <utility>
145+
201304L // C++14
145146
__cpp_lib_integral_constant_callable 201304L <type_traits>
146147
__cpp_lib_interpolate 201902L <cmath> <numeric>
147148
__cpp_lib_invoke 201411L <functional>
@@ -582,7 +583,7 @@ __cpp_lib_void_t 201411L <type_traits>
582583
// # define __cpp_lib_generate_random 202403L
583584
// # define __cpp_lib_hazard_pointer 202306L
584585
// # define __cpp_lib_inplace_vector 202406L
585-
# undef __cpp_lib_integer_sequence
586+
# undef __cpp_lib_integer_sequence
586587
# define __cpp_lib_integer_sequence 202511L
587588
# define __cpp_lib_is_sufficiently_aligned 202411L
588589
# if __has_builtin(__builtin_is_virtual_base_of)

0 commit comments

Comments
 (0)