We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472078f commit 6fe1207Copy full SHA for 6fe1207
source/templates.tex
@@ -4532,9 +4532,10 @@
4532
or a substatement of a constexpr if statement\iref{stmt.if} within a template
4533
and the template is not instantiated, or
4534
\item
4535
-no substitution of template arguments
4536
-into a \grammarterm{type-constraint} or \grammarterm{requires-clause}
4537
-would result in a valid expression, or
+any \grammarterm{constraint-expression} in the program, introduced or otherwise,
+has (in its normal form) an atomic constraint $A$ where
+no satisfaction check of $A$ could be well-formed and
4538
+no satisfaction check of $A$ is performed, or
4539
4540
every valid specialization of a variadic template requires an empty template
4541
parameter pack, or
0 commit comments