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 98b3911 commit 07e4d9cCopy full SHA for 07e4d9c
source/exceptions.tex
@@ -920,7 +920,7 @@
920
// \tcode{D::D()} potentially-throwing, as the \tcode{new} operator may throw \tcode{bad_alloc} or \tcode{bad_array_new_length}
921
// \tcode{D::D(const D\&)} non-throwing
922
// \tcode{D::D(D\&\&)} potentially-throwing, as the default argument for \tcode{B}'s constructor may throw
923
- // \tcode{D::~D()} potentially-throwing
+ // \tcode{D::\~D()} potentially-throwing
924
};
925
\end{codeblock}
926
Furthermore, if
0 commit comments