Skip to content

Commit 8b266ca

Browse files
burblebeetkoeppe
authored andcommitted
LWG3807 The feature test macro for ranges::find_last should be renamed
1 parent 88125a4 commit 8b266ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,6 @@
621621
#define @\defnlibxname{cpp_lib_execution}@ 201902L // also in \libheader{execution}
622622
#define @\defnlibxname{cpp_lib_expected}@ 202211L // also in \libheader{expected}
623623
#define @\defnlibxname{cpp_lib_filesystem}@ 201703L // also in \libheader{filesystem}
624-
#define @\defnlibxname{cpp_lib_find_last}@ 202207L // also in \libheader{algorithm}
625624
#define @\defnlibxname{cpp_lib_flat_map}@ 202207L // also in \libheader{flat_map}
626625
#define @\defnlibxname{cpp_lib_flat_set}@ 202207L // also in \libheader{flat_set}
627626
#define @\defnlibxname{cpp_lib_format}@ 202207L // also in \libheader{format}
@@ -692,6 +691,7 @@
692691
#define @\defnlibxname{cpp_lib_ranges_chunk}@ 202202L // also in \libheader{ranges}
693692
#define @\defnlibxname{cpp_lib_ranges_chunk_by}@ 202202L // also in \libheader{ranges}
694693
#define @\defnlibxname{cpp_lib_ranges_contains}@ 202207L // also in \libheader{algorithm}
694+
#define @\defnlibxname{cpp_lib_ranges_find_last}@ 202207L // also in \libheader{algorithm}
695695
#define @\defnlibxname{cpp_lib_ranges_fold}@ 202207L // also in \libheader{algorithm}
696696
#define @\defnlibxname{cpp_lib_ranges_iota}@ 202202L // also in \libheader{numeric}
697697
#define @\defnlibxname{cpp_lib_ranges_join_with}@ 202202L // also in \libheader{ranges}

0 commit comments

Comments
 (0)