File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-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>
You can’t perform that action at this time.
0 commit comments