Skip to content

Commit 3223c1c

Browse files
committed
[exception] Remove redundant description. Per [res.on.exception.handling]p4,
destructors do not throw unless otherwise specified, and functions declared noexcept may not throw. Fixes #339.
1 parent 1a59739 commit 3223c1c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

source/support.tex

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2644,10 +2644,6 @@
26442644
\effects
26452645
Constructs an object of class
26462646
\tcode{exception}.
2647-
2648-
\pnum
2649-
\notes
2650-
Does not throw any exceptions.
26512647
\end{itemdescr}
26522648

26532649
\indexlibrary{\idxcode{operator=}!\idxcode{exception}}%
@@ -2679,10 +2675,6 @@
26792675
\effects
26802676
Destroys an object of class
26812677
\tcode{exception}.
2682-
2683-
\pnum
2684-
\notes
2685-
Does not throw any exceptions.
26862678
\end{itemdescr}
26872679

26882680
\indexlibrary{\idxcode{what}!\tcode{exception}}%

0 commit comments

Comments
 (0)