Skip to content

Commit d324da9

Browse files
committed
[concept.destructible] Fix meaningless phrase "potentially-throwing,
even if non-throwing". By definition, non-throwing is the opposite of potentially-throwing for an exception-specification ([except.spec]p1).
1 parent 4ac1f96 commit d324da9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/concepts.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,8 @@
686686
\pnum
687687
\begin{note}
688688
Unlike the \oldconcept{Destructible} requirements~(\tref{destructible}), this
689-
concept forbids destructors that are potentially throwing, even if non-throwing.
689+
concept forbids destructors that are potentially throwing, even if a particular
690+
invocation of the destructor does not actually throw.
690691
\end{note}
691692
\end{itemdescr}
692693

0 commit comments

Comments
 (0)