Skip to content

Commit 97b46ac

Browse files
authored
Merge 2023-11 LWG Motion 15
P2937R0 Freestanding: Remove strtok
2 parents 52d8bd6 + 1256c09 commit 97b46ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5528,7 +5528,7 @@
55285528
size_t strspn(const char* s1, const char* s2); // freestanding
55295529
const char* strstr(const char* s1, const char* s2); // freestanding; see \ref{library.c}
55305530
char* strstr(char* s1, const char* s2); // freestanding; see \ref{library.c}
5531-
char* strtok(char* s1, const char* s2); // freestanding
5531+
char* strtok(char* s1, const char* s2);
55325532
void* memset(void* s, int c, size_t n); // freestanding
55335533
char* strerror(int errnum);
55345534
size_t strlen(const char* s); // freestanding

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
#define @\defnlibxname{cpp_lib_freestanding_char_traits}@ 202306L // freestanding, also in \libheader{string}
644644
#define @\defnlibxname{cpp_lib_freestanding_charconv}@ 202306L // freestanding, also in \libheader{charconv}
645645
#define @\defnlibxname{cpp_lib_freestanding_cstdlib}@ 202306L // freestanding, also in \libheader{cstdlib}, \libheader{cmath}
646-
#define @\defnlibxname{cpp_lib_freestanding_cstring}@ 202306L // freestanding, also in \libheader{cstring}
646+
#define @\defnlibxname{cpp_lib_freestanding_cstring}@ 202311L // freestanding, also in \libheader{cstring}
647647
#define @\defnlibxname{cpp_lib_freestanding_cwchar}@ 202306L // freestanding, also in \libheader{cwchar}
648648
#define @\defnlibxname{cpp_lib_freestanding_errc}@ 202306L
649649
// freestanding, also in \libheader{cerrno}, \libheader{system_error}

0 commit comments

Comments
 (0)