Title
Constructors should not be allowed to return normally after an exception
Status
nad
Section
Clause [14] [except]
Submitter
Bruce Mellows

Created on 2000-03-08.00:00:00 last changed 291 months ago

Messages

Date: 2000-04-15.00:00:00

Rationale (04/00):

No change is needed. It is already the case that flowing off the end of a function-try-block of a constructor rethrows the exception, and return statements are prohibited in constructor function-try-blocks (14.4 [except.handle] paragraphs 15-16.

Date: 2022-11-20.07:54:16

The grammar should be changed so that constructor function-try-blocks must end with a throw-expression.

History
Date User Action Args
2000-05-21 00:00:00adminsetmessages: + msg373
2000-03-08 00:00:00admincreate