Skip to content

Commit 703f0e4

Browse files
committed
[facet.num.put.virtuals] Move long code fragment to codeblock
1 parent 622d3a4 commit 703f0e4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/locales.tex

+4-3
Original file line numberDiff line numberDiff line change
@@ -2984,9 +2984,10 @@
29842984

29852985
\stage{2}
29862986
Any character \tcode{c} other than a decimal point(.) is converted to a
2987-
\tcode{charT}
2988-
via
2989-
\tcode{use_facet<ctype<charT>>(loc).widen( c )}
2987+
\tcode{charT} via
2988+
\begin{codeblock}
2989+
use_facet<ctype<charT>>(loc).widen(c)
2990+
\end{codeblock}
29902991

29912992
A local variable \tcode{punct} is initialized via
29922993
\begin{codeblock}

0 commit comments

Comments
 (0)