Skip to content

Commit c57d587

Browse files
committed
[dcl.init] break p7 into three paragraphs
1 parent e29850e commit c57d587

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/declarations.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4368,6 +4368,7 @@
43684368
no initialization is performed.
43694369
\end{itemize}
43704370

4371+
\pnum
43714372
A class type \tcode{T} is \defn{const-default-constructible} if
43724373
default-initialization of \tcode{T} would invoke
43734374
a user-provided constructor of \tcode{T} (not inherited from a base class)
@@ -4389,6 +4390,7 @@
43894390
each potentially constructed base class of \tcode{T} is const-default-constructible.
43904391
\end{itemize}
43914392

4393+
\pnum
43924394
If a program calls for the default-initialization of an object of a
43934395
const-qualified type \tcode{T},
43944396
\tcode{T} shall be a const-default-constructible class type or array thereof.

0 commit comments

Comments
 (0)