Skip to content

Commit

Permalink
[char.traits] Better cross-reference several headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AlisdairM committed Jul 24, 2024
1 parent 56ef003 commit 4c33728
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 @@ -261,7 +261,7 @@
\end{codeblock}

\pnum
The header \libheader{string}
The header \libheaderref{string}
defines five specializations of the class template
\tcode{char_traits}:
\tcode{char_traits<\brk{}char>},
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

0 comments on commit 4c33728

Please # to comment.