Skip to content

Commit a1d8bc1

Browse files
jensmaurertkoeppe
authored andcommitted
[format.context] Rephrase recommended practice
1 parent 7f77001 commit a1d8bc1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/utilities.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20622,17 +20622,16 @@
2062220622
that appends to \tcode{wstring}.
2062320623

2062420624
\pnum
20625-
\begin{note}
20625+
\recommended
2062620626
For a given type \tcode{charT},
20627-
implementations are encouraged to provide
20627+
implementations should provide
2062820628
a single instantiation of \tcode{basic_format_context}
2062920629
for appending to
2063020630
\tcode{basic_string<charT>},
2063120631
\tcode{vector<charT>},
2063220632
or any other container with contiguous storage
2063320633
by wrapping those in temporary objects with a uniform interface
2063420634
(such as a \tcode{span<charT>}) and polymorphic reallocation.
20635-
\end{note}
2063620635

2063720636
\indexlibrarymember{arg}{basic_format_context}%
2063820637
\begin{itemdecl}

0 commit comments

Comments
 (0)