Skip to content

Commit a2169e7

Browse files
author
Stefanus Du Toit
committed
CWG1489 Is value-initialization of an array constant initialization?
1 parent fdffaf0 commit a2169e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/basic.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2529,7 +2529,8 @@
25292529

25302530
\item
25312531
if an object with static or thread storage duration is not initialized by a constructor call
2532-
and if every full-expression that appears in its initializer is a constant expression.
2532+
and if either the object is value-initialized or every full-expression that
2533+
appears in its initializer is a constant expression.
25332534

25342535
\end{itemize}
25352536

0 commit comments

Comments
 (0)