Skip to content

Commit 0908406

Browse files
authored
[format.parse.ctx] Improve readability of paragraphs 12 and 14 (#6815)
1 parent fb02776 commit 0908406

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

source/utilities.tex

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17385,8 +17385,8 @@
1738517385

1738617386
\pnum
1738717387
\remarks
17388-
Call expressions where \tcode{id >= num_args_} is \tcode{true} are not
17389-
core constant expressions\iref{expr.const}.
17388+
A call to this function is a core constant expression\iref{expr.const} only if
17389+
\tcode{id < num_args_} is \tcode{true}.
1739017390
\end{itemdescr}
1739117391

1739217392
\indexlibrarymember{check_dynamic_spec}{basic_format_parse_context}%
@@ -17415,12 +17415,14 @@
1741517415

1741617416
\pnum
1741717417
\remarks
17418-
Call expressions where
17419-
\tcode{id >= num_args_} or
17418+
A call to this function is a core constant expression only if
17419+
\begin{itemize}
17420+
\item
17421+
\tcode{id < num_args_} is \tcode{true} and
17422+
\item
1742017423
the type of the corresponding format argument
17421-
(after conversion to \tcode{basic_format_arg<Context>})
17422-
is not one of the types in \tcode{Ts...}
17423-
are not core constant expressions\iref{expr.const}.
17424+
(after conversion to \tcode{basic_format_arg<Context>}) is one of the types in \tcode{Ts...}.
17425+
\end{itemize}
1742417426
\end{itemdescr}
1742517427

1742617428
\indexlibrarymember{check_dynamic_spec_integral}{basic_format_parse_context}%

0 commit comments

Comments
 (0)