File tree 1 file changed +9
-7
lines changed 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 17385
17385
17386
17386
\pnum
17387
17387
\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 }.
17390
17390
\end{itemdescr}
17391
17391
17392
17392
\indexlibrarymember{check_dynamic_spec}{basic_format_parse_context}%
@@ -17415,12 +17415,14 @@
17415
17415
17416
17416
\pnum
17417
17417
\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
17420
17423
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}
17424
17426
\end{itemdescr}
17425
17427
17426
17428
\indexlibrarymember{check_dynamic_spec_integral}{basic_format_parse_context}%
You can’t perform that action at this time.
0 commit comments