Skip to content

Commit b5ca38c

Browse files
committed
[text] Replace \textit with \placeholder
1 parent ab6ebf6 commit b5ca38c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/text.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4908,7 +4908,7 @@
49084908
lconv* localeconv();
49094909
}
49104910

4911-
#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@
4911+
#define @\libmacro{NULL}@ @\placeholder{see \ref{support.types.nullptr}}@
49124912
#define @\libmacro{LC_ALL}@ @\seebelow@
49134913
#define @\libmacro{LC_COLLATE}@ @\seebelow@
49144914
#define @\libmacro{LC_CTYPE}@ @\seebelow@
@@ -13160,7 +13160,7 @@
1316013160
#define __STDC_VERSION_WCHAR_H__ 202311L
1316113161

1316213162
namespace std {
13163-
using size_t = @\textit{see \ref{support.types.layout}}@; // freestanding
13163+
using size_t = @\placeholder{see \ref{support.types.layout}}@; // freestanding
1316413164
using mbstate_t = @\seebelow@; // freestanding
1316513165
using wint_t = @\seebelow@; // freestanding
1316613166

@@ -13234,7 +13234,7 @@
1323413234
size_t wcsrtombs(char* dst, const wchar_t** src, size_t len, mbstate_t* ps);
1323513235
}
1323613236

13237-
#define @\libmacro{NULL}@ @\textit{see \ref{support.types.nullptr}}@ // freestanding
13237+
#define @\libmacro{NULL}@ @\placeholder{see \ref{support.types.nullptr}}@ // freestanding
1323813238
#define @\libmacro{WCHAR_MAX}@ @\seebelow@ // freestanding
1323913239
#define @\libmacro{WCHAR_MIN}@ @\seebelow@ // freestanding
1324013240
#define @\libmacro{WEOF}@ @\seebelow@ // freestanding
@@ -13271,7 +13271,7 @@
1327113271

1327213272
namespace std {
1327313273
using mbstate_t = @\seebelow@;
13274-
using size_t = @\textit{see \ref{support.types.layout}}@;
13274+
using size_t = @\placeholder{see \ref{support.types.layout}}@;
1327513275

1327613276
size_t mbrtoc8(char8_t* pc8, const char* s, size_t n, mbstate_t* ps);
1327713277
size_t c8rtomb(char* s, char8_t c8, mbstate_t* ps);

0 commit comments

Comments
 (0)