File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 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
1742017423the 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}%
You can’t perform that action at this time.
0 commit comments