Skip to content

Commit 174bec6

Browse files
jensmaurertkoeppe
authored andcommitted
[utilities] Move chars_format bitmask statement to [charconv.syn] (#1992)
1 parent bb63282 commit 174bec6

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

source/utilities.tex

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,6 @@
182182
that are described in this Clause. It also defines the template \tcode{pair}
183183
and various function templates that operate on \tcode{pair} objects.
184184

185-
\pnum
186-
The type \tcode{chars_format}
187-
is a bitmask type\iref{bitmask.types}
188-
with elements
189-
\tcode{scientific},
190-
\tcode{fixed},
191-
and \tcode{hex}.
192-
193185
\rSec2[utility.swap]{\tcode{swap}}
194186

195187
\indexlibrary{\idxcode{swap}}%
@@ -29081,6 +29073,10 @@
2908129073
}
2908229074
\end{codeblock}
2908329075

29076+
\pnum
29077+
The type \tcode{chars_format} is a bitmask type\iref{bitmask.types}
29078+
with elements \tcode{scientific}, \tcode{fixed}, and \tcode{hex}.
29079+
2908429080
\rSec2[charconv.to.chars]{Primitive numeric output conversion}
2908529081

2908629082
\pnum

0 commit comments

Comments
 (0)