Skip to content

Commit 1f072d9

Browse files
authored
[expr.const] Forward-reference [dcl.constexpr] for "constexpr destructor"
1 parent 4e026ec commit 1f072d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8119,7 +8119,7 @@
81198119
it is not of class type nor (possibly multidimensional) array thereof, or
81208120
\item
81218121
it is of class type or (possibly multidimensional) array thereof,
8122-
that class type has a constexpr destructor, and
8122+
that class type has a constexpr destructor\iref{dcl.constexpr}, and
81238123
for a hypothetical expression $E$
81248124
whose only effect is to destroy \tcode{a},
81258125
$E$ would be a core constant expression

0 commit comments

Comments
 (0)