From 4c337280f6bab08dad80ae01ad6da079bd4e7c0f Mon Sep 17 00:00:00 2001 From: Alisdair Meredith Date: Tue, 23 Jul 2024 22:32:52 -0400 Subject: [PATCH] [char.traits] Better cross-reference several headers --- source/strings.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/strings.tex b/source/strings.tex index 2dd8539b35..468c96478e 100644 --- a/source/strings.tex +++ b/source/strings.tex @@ -201,7 +201,7 @@ \begin{codeblock} template 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} @@ -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>}, @@ -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.