File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,8 @@ Status
210
210
---------------------------------------------------------- -----------------
211
211
``__cpp_lib_constexpr_iterator `` ``201811L ``
212
212
---------------------------------------------------------- -----------------
213
+ ``__cpp_lib_constexpr_map `` ``202502L ``
214
+ ---------------------------------------------------------- -----------------
213
215
``__cpp_lib_constexpr_memory `` ``201811L ``
214
216
---------------------------------------------------------- -----------------
215
217
``__cpp_lib_constexpr_numeric `` ``201911L ``
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ __cpp_lib_constexpr_complex 201711L <complex>
69
69
__cpp_lib_constexpr_dynamic_alloc 201907L <memory>
70
70
__cpp_lib_constexpr_functional 201907L <functional>
71
71
__cpp_lib_constexpr_iterator 201811L <iterator>
72
+ __cpp_lib_constexpr_map 202502L <map>
72
73
__cpp_lib_constexpr_memory 202202L <memory>
73
74
201811L // C++20
74
75
__cpp_lib_constexpr_new 202406L <new>
@@ -538,6 +539,7 @@ __cpp_lib_void_t 201411L <type_traits>
538
539
# define __cpp_lib_bind_front 202306L
539
540
# define __cpp_lib_bitset 202306L
540
541
# undef __cpp_lib_constexpr_algorithms
542
+ # define __cpp_lib_constexpr_map 202502L
541
543
# define __cpp_lib_constexpr_algorithms 202306L
542
544
# if !defined(_LIBCPP_ABI_VCRUNTIME)
543
545
# define __cpp_lib_constexpr_new 202406L
You can’t perform that action at this time.
0 commit comments