Skip to content

Commit 0414c36

Browse files
committed
[version.syn] Add <numeric> to cpp_lib_freestanding_algorithm macro
The cpp_lib_freestanding_algorithm macro was created by this paper (LWG Motion 3, P2407R5), but the previous paper (LWG-2, P0543R3) already added to the freestanding algorithms, so it should also define this feature test macro.
1 parent c44868c commit 0414c36

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
@@ -635,7 +635,7 @@
635635
#define @\defnlibxname{cpp_lib_format_ranges}@ 202207L // also in \libheader{format}
636636
#define @\defnlibxname{cpp_lib_formatters}@ 202302L // also in \libheader{stacktrace}, \libheader{thread}
637637
#define @\defnlibxname{cpp_lib_forward_like}@ 202207L // freestanding, also in \libheader{utility}
638-
#define @\defnlibxname{cpp_lib_freestanding_algorithm}@ 202311L // freestanding, also in \libheader{algorithm}
638+
#define @\defnlibxname{cpp_lib_freestanding_algorithm}@ 202311L // freestanding, also in \libheader{algorithm}, \libheader{numeric}
639639
#define @\defnlibxname{cpp_lib_freestanding_array}@ 202311L // freestanding, also in \libheader{array}
640640
#define @\defnlibxname{cpp_lib_freestanding_char_traits}@ 202306L // freestanding, also in \libheader{string}
641641
#define @\defnlibxname{cpp_lib_freestanding_charconv}@ 202306L // freestanding, also in \libheader{charconv}

0 commit comments

Comments
 (0)