Skip to content

Commit 5b8976a

Browse files
committed
Add some FIXMEs for problematic wording.
1 parent b86e791 commit 5b8976a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/utilities.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19956,6 +19956,7 @@
1995619956
The \fmtgrammarterm{type} determines how the data should be presented.
1995719957

1995819958
\pnum
19959+
% FIXME: What is a "string" here, exactly?
1995919960
The available string presentation types are specified in \tref{format.type.string}.
1996019961
%
1996119962
\begin{floattable}{Meaning of \fmtgrammarterm{type} options for strings}{format.type.string}{ll}
@@ -19967,6 +19968,8 @@
1996719968
\end{floattable}
1996819969

1996919970
\pnum
19971+
% FIXME: What about void* and nullptr_t?
19972+
% FIXME: What about strings? Do they get padding for alignment?
1997019973
Formatting of objects of arithmetic types and \tcode{const void*}
1997119974
is done as if by calling \tcode{to_chars} (unless otherwise specified)
1997219975
and copying the output through the output iterator of the format context

0 commit comments

Comments
 (0)