Skip to content

Commit 3171600

Browse files
burblebeetkoeppe
authored andcommitted
CWG2909 Subtle difference between constant-initialized and constexpr
1 parent de1b557 commit 3171600

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
@@ -7496,7 +7496,7 @@
74967496
\begin{itemize}
74977497
\item
74987498
either it has an initializer or
7499-
its default-initialization results in some initialization being performed, and
7499+
its type is const-default-constructible\iref{dcl.init.general}, and
75007500
\item
75017501
the full-expression of its initialization is a constant expression
75027502
when interpreted as a \grammarterm{constant-expression},

0 commit comments

Comments
 (0)