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 174edca commit a9f901aCopy full SHA for a9f901a
source/classes.tex
@@ -2240,7 +2240,7 @@
2240
\defnx{non-trivial}{destructor!non-trivial}.
2241
2242
\pnum
2243
-The defaulted destructor is a constexpr destructor
+A defaulted destructor is a constexpr destructor
2244
if it satisfies the requirements for a constexpr destructor\iref{dcl.constexpr}.
2245
\begin{note}
2246
In particular, a trivial destructor is a constexpr destructor.
@@ -2255,7 +2255,7 @@
2255
or when it is explicitly defaulted after its first declaration.
2256
2257
2258
-Before the
+Before a
2259
defaulted destructor for a class is implicitly defined, all the non-user-provided
2260
destructors for its base classes and its non-static data members shall have been
2261
implicitly defined.
0 commit comments