File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2839
2839
Writes characters to the sequence \tcode {out},
2840
2840
formatting \tcode {val} as desired.
2841
2841
In the following description,
2842
- a local variable initialized with:
2842
+ \tcode {loc} names a local variable initialized as
2843
2843
\begin {codeblock }
2844
2844
locale loc = str.getloc();
2845
2845
\end {codeblock }
2868
2868
determined by stage 1 to a
2869
2869
\tcode {charT}
2870
2870
using a conversion and values returned by members of
2871
- \tcode {use_facet<numpunct<charT>>(str.getloc() )}
2871
+ \tcode {use_facet<numpunct<charT>>(loc )}
2872
2872
\item
2873
2873
Stage 3:
2874
2874
Determine where padding is required.
2991
2991
2992
2992
A local variable \tcode {punct} is initialized via
2993
2993
\begin {codeblock }
2994
- const numpunct<charT>& punct = use_facet<numpunct<charT>>(str.getloc() );
2994
+ const numpunct<charT>& punct = use_facet<numpunct<charT>>(loc );
2995
2995
\end {codeblock }
2996
2996
2997
2997
For arithmetic types,
You can’t perform that action at this time.
0 commit comments