Title
quick_exit should terminate well-defined
Status
c++11
Section
[new.handler]
Submitter
P.J. Plauger

Created on 2009-03-03.00:00:00 last changed 154 months ago

Messages

Date: 2010-10-21.18:28:33

Proposed resolution:

Change [new.handler], p2:

-2- Required behavior: ...

  • ...
  • call either abort() or exit(); terminate execution of the program without returning to the caller
Date: 2010-10-21.18:28:33

[ Batavia (2009-05): ]

We agree with the proposed resolution. Move to Tentatively Ready.

Date: 2012-10-21.13:19:07

Addresses UK-193 [CD1]

quick_exit has been added as a new valid way to terminate a program in a well defined way.

History
Date User Action Args
2011-08-23 20:07:26adminsetstatus: wp -> c++11
2010-10-21 18:28:33adminsetmessages: + msg4722
2010-10-21 18:28:33adminsetmessages: + msg4721
2009-03-03 00:00:00admincreate