Skip to content

Commit 5c4823a

Browse files
frederick-vs-jatkoeppe
authored andcommitted
[expr.const] Re-apply CWG2909
1 parent 524b3b6 commit 5c4823a

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
@@ -7608,7 +7608,7 @@
76087608
\pnum
76097609
A constant-initializable variable is \defn{constant-initialized}
76107610
if either it has an initializer or
7611-
its default-initialization results in some initialization being performed.
7611+
its type is const-default-constructible\iref{dcl.init.general}.
76127612
\begin{example}
76137613
\begin{codeblock}
76147614
void f() {

0 commit comments

Comments
 (0)