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 d81264a commit c4e5437Copy full SHA for c4e5437
source/declarations.tex
@@ -906,7 +906,7 @@
906
declares that function to be
907
a \defnx{constexpr function}{specifier!\idxcode{constexpr}!function}.
908
\begin{note}
909
-A function or constructor declared with the \keyword{consteval} specifier
+A function declared with the \keyword{consteval} specifier
910
is an immediate function\iref{expr.const}.
911
\end{note}
912
A destructor, an allocation function, or a deallocation function
@@ -5372,7 +5372,7 @@
5372
\end{itemize}
5373
5374
Aggregate initialization does not allow accessing
5375
-protected and private base class' members or constructors.
+protected and private base class' members, including constructors.
5376
5377
5378
\pnum
0 commit comments