We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29850e commit c57d587Copy full SHA for c57d587
source/declarations.tex
@@ -4368,6 +4368,7 @@
4368
no initialization is performed.
4369
\end{itemize}
4370
4371
+\pnum
4372
A class type \tcode{T} is \defn{const-default-constructible} if
4373
default-initialization of \tcode{T} would invoke
4374
a user-provided constructor of \tcode{T} (not inherited from a base class)
@@ -4389,6 +4390,7 @@
4389
4390
each potentially constructed base class of \tcode{T} is const-default-constructible.
4391
4392
4393
4394
If a program calls for the default-initialization of an object of a
4395
const-qualified type \tcode{T},
4396
\tcode{T} shall be a const-default-constructible class type or array thereof.
0 commit comments