From d3e1e3b088624199f4c10f33968f8d2eab06e2a2 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 8 Nov 2023 11:55:23 +0000 Subject: [PATCH] [defns.character.container] Improve note Relates: #6236 --- source/intro.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/intro.tex b/source/intro.tex index 32a759094d..e3858c184f 100644 --- a/source/intro.tex +++ b/source/intro.tex @@ -183,8 +183,9 @@ represent a character \begin{defnote} -It is used for one of the template parameters of the string, -iostream, and regular expression class templates. +It is used for one of the template parameters of \tcode{char_traits} +and the class templates which use that, +such as the string, iostream, and regular expression class templates. \end{defnote} \definition{collating element}{defns.regex.collating.element}