Skip to content

Commit 9e80b6c

Browse files
committed
[diff.cpp17.except] Fix Rationale to be a rationale.
"This was retained for one additional C++ standard to ease transition" is not a rationale for removing the feature now.
1 parent 043ee62 commit 9e80b6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/compatibility.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,8 +1958,7 @@
19581958
\diffref{except.spec}
19591959
\change Remove \tcode{throw()} exception specification.
19601960
\rationale
1961-
The empty dynamic exception specification was retained for one additional \Cpp{}
1962-
Standard to ease the transition away from this feature.
1961+
Removal of obsolete feature that has been replaced by \tcode{noexcept}.
19631962
\effect
19641963
A valid \CppXVII{} function declaration, member function declaration, function
19651964
pointer declaration, or function reference declaration that uses \tcode{throw()}

0 commit comments

Comments
 (0)