Skip to content

Commit d0845bb

Browse files
committed
[structure.specifications] Clarify that 'Mandates' conditions may or may not be SFINAE-able
1 parent e23cbb5 commit d0845bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/lib-intro.tex

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,10 @@
591591

592592
\item
593593
\mandates the conditions that, if not met, render the program ill-formed.
594+
\begin{note}
595+
This definition does not specify whether the conditions are
596+
checked before or after the function is selected by overload resolution.
597+
\end{note}
594598
\begin{example}
595599
An implementation might express such a condition
596600
via the \grammarterm{constant-expression}

0 commit comments

Comments
 (0)