File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2703
2703
\effects
2704
2704
Equivalent to:
2705
2705
\begin {codeblock }
2706
- return os << format(os.getloc(), STATICALLY-WIDEN("{:L% F %T}"), tp);
2706
+ return os << format(os.getloc(), @ \placeholder { STATICALLY-WIDEN}@ ("{:L% F %T}"), tp);
2707
2707
\end {codeblock}
2708
2708
2709
2709
\pnum
6258
6258
\effects
6259
6259
Equivalent to:
6260
6260
\begin {codeblock }
6261
- return os << format(os.getloc(), @\placeholder {STATICALLY-WIDEN}@<charT>("{:L }/{:L}"),
6261
+ return os << format(os.getloc(), @\placeholder {STATICALLY-WIDEN}@<charT>("{}/{:L}"),
6262
6262
ym.year(), ym.month());
6263
6263
\end {codeblock }
6264
6264
\end {itemdescr }
10086
10086
\effects
10087
10087
Equivalent to:
10088
10088
\begin {codeblock }
10089
- return os << format(os.getloc(), STATICALLY-WIDEN("{:L% F %T %Z}"), t);
10089
+ return os << format(os.getloc(), @ \placeholder { STATICALLY-WIDEN}@ ("{:L% F %T %Z}"), t);
10090
10090
\end {codeblock}
10091
10091
\end {itemdescr}
10092
10092
10481
10481
\begin {itemize }
10482
10482
\item
10483
10483
the "C" locale if the \tcode {L} option
10484
- is not present in \grammarterm {chrono-format-spec}, otherwise
10484
+ is not present in \fmtgrammarterm {chrono-format-spec}, otherwise
10485
10485
\item
10486
10486
the locale passed to the formatting function if any, otherwise
10487
10487
\item
You can’t perform that action at this time.
0 commit comments