|
4908 | 4908 | lconv* localeconv(); |
4909 | 4909 | } |
4910 | 4910 |
|
4911 | | -#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@ |
| 4911 | +#define @\libmacro{NULL}@ @\placeholder{see \ref{support.types.nullptr}}@ |
4912 | 4912 | #define @\libmacro{LC_ALL}@ @\seebelow@ |
4913 | 4913 | #define @\libmacro{LC_COLLATE}@ @\seebelow@ |
4914 | 4914 | #define @\libmacro{LC_CTYPE}@ @\seebelow@ |
|
13160 | 13160 | #define __STDC_VERSION_WCHAR_H__ 202311L |
13161 | 13161 |
|
13162 | 13162 | namespace std { |
13163 | | - using size_t = @\textit{see \ref{support.types.layout}}@; // freestanding |
| 13163 | + using size_t = @\placeholder{see \ref{support.types.layout}}@; // freestanding |
13164 | 13164 | using mbstate_t = @\seebelow@; // freestanding |
13165 | 13165 | using wint_t = @\seebelow@; // freestanding |
13166 | 13166 |
|
|
13234 | 13234 | size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps); |
13235 | 13235 | } |
13236 | 13236 |
|
13237 | | -#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@ // freestanding |
| 13237 | +#define @\libmacro{NULL}@ @\placeholder{see \ref{support.types.nullptr}}@ // freestanding |
13238 | 13238 | #define @\libmacro{WCHAR_MAX}@ @\seebelow@ // freestanding |
13239 | 13239 | #define @\libmacro{WCHAR_MIN}@ @\seebelow@ // freestanding |
13240 | 13240 | #define @\libmacro{WEOF}@ @\seebelow@ // freestanding |
|
13271 | 13271 |
|
13272 | 13272 | namespace std { |
13273 | 13273 | using mbstate_t = @\seebelow@; |
13274 | | - using size_t = @\textit{see \ref{support.types.layout}}@; |
| 13274 | + using size_t = @\placeholder{see \ref{support.types.layout}}@; |
13275 | 13275 |
|
13276 | 13276 | size_t mbrtoc8(char8_t* pc8, const char* s, size_t n, mbstate_t* ps); |
13277 | 13277 | size_t c8rtomb(char* s, char8_t c8, mbstate_t* ps); |
|
0 commit comments