Skip to content

Commit f430bec

Browse files
committed
[format.string.std] Convert normative duplication to a note to avoid
creating the impression that alignment is only applied to non-string types.
1 parent e30b8a6 commit f430bec

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

source/utilities.tex

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19979,12 +19979,14 @@
1997919979
\end{floattable}
1998019980

1998119981
\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
1998519983
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}
1998819990

1998919991
\pnum
1999019992
Let \range{first}{last} be a range

0 commit comments

Comments
 (0)