Skip to content

Commit ddb98da

Browse files
authored
[expr.const] Add reference to [dcl.constexpr] for "constexpr destructor" (#7629)
1 parent 2fa6fb3 commit ddb98da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -8402,7 +8402,7 @@
84028402
it is not of class type nor (possibly multidimensional) array thereof, or
84038403
\item
84048404
it is of class type or (possibly multidimensional) array thereof,
8405-
that class type has a constexpr destructor, and
8405+
that class type has a constexpr destructor\iref{dcl.constexpr}, and
84068406
for a hypothetical expression $E$
84078407
whose only effect is to destroy \tcode{a},
84088408
$E$ would be a core constant expression

0 commit comments

Comments
 (0)