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 454ba17 commit 958dcf1Copy full SHA for 958dcf1
source/declarations.tex
@@ -937,7 +937,7 @@
937
declares that function to be
938
a \defnx{constexpr function}{specifier!\idxcode{constexpr}!function}.
939
\begin{note}
940
-A function or constructor declared with the \keyword{consteval} specifier
+A function declared with the \keyword{consteval} specifier
941
is an immediate function\iref{expr.const}.
942
\end{note}
943
A destructor, an allocation function, or a deallocation function
@@ -5491,7 +5491,7 @@
5491
\end{itemize}
5492
5493
Aggregate initialization does not allow accessing
5494
-protected and private base class' members or constructors.
+protected and private base class' members, including constructors.
5495
5496
5497
\pnum
0 commit comments