Skip to content

Commit 6560dd5

Browse files
Add feature test macro
1 parent 83583bb commit 6560dd5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libcxx/docs/FeatureTestMacroTable.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ Status
210210
---------------------------------------------------------- -----------------
211211
``__cpp_lib_constexpr_iterator`` ``201811L``
212212
---------------------------------------------------------- -----------------
213+
``__cpp_lib_constexpr_map`` ``202502L``
214+
---------------------------------------------------------- -----------------
213215
``__cpp_lib_constexpr_memory`` ``201811L``
214216
---------------------------------------------------------- -----------------
215217
``__cpp_lib_constexpr_numeric`` ``201911L``

libcxx/include/version

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ __cpp_lib_constexpr_complex 201711L <complex>
6969
__cpp_lib_constexpr_dynamic_alloc 201907L <memory>
7070
__cpp_lib_constexpr_functional 201907L <functional>
7171
__cpp_lib_constexpr_iterator 201811L <iterator>
72+
__cpp_lib_constexpr_map 202502L <map>
7273
__cpp_lib_constexpr_memory 202202L <memory>
7374
201811L // C++20
7475
__cpp_lib_constexpr_new 202406L <new>
@@ -538,6 +539,7 @@ __cpp_lib_void_t 201411L <type_traits>
538539
# define __cpp_lib_bind_front 202306L
539540
# define __cpp_lib_bitset 202306L
540541
# undef __cpp_lib_constexpr_algorithms
542+
# define __cpp_lib_constexpr_map 202502L
541543
# define __cpp_lib_constexpr_algorithms 202306L
542544
# if !defined(_LIBCPP_ABI_VCRUNTIME)
543545
# define __cpp_lib_constexpr_new 202406L

0 commit comments

Comments
 (0)