Skip to content

Commit fb34daf

Browse files
AlisdairMtkoeppe
authored andcommitted
[char.traits] Better cross-reference several headers
1 parent 8b2c7fc commit fb34daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/strings.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
\begin{codeblock}
202202
template<class charT> struct char_traits;
203203
\end{codeblock}
204-
is provided in the header \libheader{string}
204+
is provided in the header \libheaderref{string}
205205
as a basis for explicit specializations.
206206

207207
\rSec2[char.traits.typedefs]{Traits typedefs}
@@ -307,7 +307,7 @@
307307
\end{codeblock}
308308

309309
\pnum
310-
The type \tcode{mbstate_t} is defined in \libheader{cwchar}
310+
The type \tcode{mbstate_t} is defined in \libheaderref{cwchar}
311311
and can represent any of the conversion states that can occur in an
312312
\impldef{supported multibyte character encoding rules} set of supported multibyte
313313
character encoding rules.

0 commit comments

Comments
 (0)