Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/strings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
\begin{codeblock}
template<class charT> struct char_traits;
\end{codeblock}
is provided in the header \libheader{string}
is provided in the header \libheaderref{string}
as a basis for explicit specializations.

\rSec2[char.traits.typedefs]{Traits typedefs}
Expand Down Expand Up @@ -307,7 +307,7 @@
\end{codeblock}

\pnum
The type \tcode{mbstate_t} is defined in \libheader{cwchar}
The type \tcode{mbstate_t} is defined in \libheaderref{cwchar}
and can represent any of the conversion states that can occur in an
\impldef{supported multibyte character encoding rules} set of supported multibyte
character encoding rules.
Expand Down
Loading