We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2c7fc commit fb34dafCopy full SHA for fb34daf
source/strings.tex
@@ -201,7 +201,7 @@
201
\begin{codeblock}
202
template<class charT> struct char_traits;
203
\end{codeblock}
204
-is provided in the header \libheader{string}
+is provided in the header \libheaderref{string}
205
as a basis for explicit specializations.
206
207
\rSec2[char.traits.typedefs]{Traits typedefs}
@@ -307,7 +307,7 @@
307
308
309
\pnum
310
-The type \tcode{mbstate_t} is defined in \libheader{cwchar}
+The type \tcode{mbstate_t} is defined in \libheaderref{cwchar}
311
and can represent any of the conversion states that can occur in an
312
\impldef{supported multibyte character encoding rules} set of supported multibyte
313
character encoding rules.
0 commit comments