File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -20622,17 +20622,16 @@
20622
20622
that appends to \tcode{wstring}.
20623
20623
20624
20624
\pnum
20625
- \begin{note}
20625
+ \recommended
20626
20626
For a given type \tcode{charT},
20627
- implementations are encouraged to provide
20627
+ implementations should provide
20628
20628
a single instantiation of \tcode{basic_format_context}
20629
20629
for appending to
20630
20630
\tcode{basic_string<charT>},
20631
20631
\tcode{vector<charT>},
20632
20632
or any other container with contiguous storage
20633
20633
by wrapping those in temporary objects with a uniform interface
20634
20634
(such as a \tcode{span<charT>}) and polymorphic reallocation.
20635
- \end{note}
20636
20635
20637
20636
\indexlibrarymember{arg}{basic_format_context}%
20638
20637
\begin{itemdecl}
You can’t perform that action at this time.
0 commit comments