File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19979,12 +19979,14 @@
19979
19979
\end{floattable}
19980
19980
19981
19981
\pnum
19982
- % FIXME: What about void* and nullptr_t?
19983
- % FIXME: What about strings? Do they get padding for alignment?
19984
- Formatting of objects of arithmetic types and \tcode{const void*}
19982
+ Formatting of objects of non-string types
19985
19983
is done as if by calling \tcode{to_chars} (unless otherwise specified)
19986
- and copying the output through the output iterator of the format context
19987
- with additional padding and adjustments as specified by the format specifiers.
19984
+ and copying the output through the output iterator of the format context.
19985
+ \begin{note}
19986
+ Additional padding and adjustments are performed
19987
+ prior to copying the output through the output iterator
19988
+ as specified by the format specifiers.
19989
+ \end{note}
19988
19990
19989
19991
\pnum
19990
19992
Let \range{first}{last} be a range
You can’t perform that action at this time.
0 commit comments