Skip to content

Commit 05e8bbe

Browse files
jensmaurertkoeppe
authored andcommitted
[version.syn] Rename feature-test macro to __cpp_lib_algorithm_default_value_type
1 parent 63dc4d8 commit 05e8bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,8 @@
553553
\begin{codeblock}
554554
#define @\defnlibxname{cpp_lib_adaptor_iterator_pair_constructor}@ 202106L // also in \libheader{stack}, \libheader{queue}
555555
#define @\defnlibxname{cpp_lib_addressof_constexpr}@ 201603L // freestanding, also in \libheader{memory}
556+
#define @\defnlibxname{cpp_lib_algorithm_default_value_type}@ 202403L
557+
// also in \libheader{algorithm}, \libheader{ranges}, \libheader{string}, \libheader{deque}, \libheader{list}, \libheader{forward_list}, \libheader{vector}
556558
#define @\defnlibxname{cpp_lib_algorithm_iterator_requirements}@ 202207L
557559
// also in \libheader{algorithm}, \libheader{numeric}, \libheader{memory}
558560
#define @\defnlibxname{cpp_lib_allocate_at_least}@ 202302L // also in \libheader{memory}
@@ -621,8 +623,6 @@
621623
#define @\defnlibxname{cpp_lib_copyable_function}@ 202306L // also in \libheader{functional}
622624
#define @\defnlibxname{cpp_lib_coroutine}@ 201902L // also in \libheader{coroutine}
623625
#define @\defnlibxname{cpp_lib_debugging}@ 202311L // freestanding, also in \libheader{debugging}
624-
#define @\defnlibxname{cpp_lib_default_template_type_for_algorithm_values}@ 202403
625-
// also in \libheader{algorithm}, \libheader{ranges}, \libheader{string}, \libheader{deque}, \libheader{list}, \libheader{forward_list}, \libheader{vector}
626626
#define @\defnlibxname{cpp_lib_destroying_delete}@ 201806L // freestanding, also in \libheader{new}
627627
#define @\defnlibxname{cpp_lib_enable_shared_from_this}@ 201603L // also in \libheader{memory}
628628
#define @\defnlibxname{cpp_lib_endian}@ 201907L // freestanding, also in \libheader{bit}

0 commit comments

Comments
 (0)