Created on 2009-03-03.00:00:00 last changed 161 months ago
Proposed resolution:
Add to [support.start.term] Table 20 (Header <cstdlib> synopsis) Functions:
_Exit
Add before the description of abort(void):
void _Exit [[noreturn]] (int status)The function _Exit(int status) has additional behavior in this International Standard:
- The program is terminated without executing destructors for objects of automatic, thread, or static storage duration and without calling the functions passed to atexit() ([basic.start.term]).
[ Batavia (2009-05): ]
We agree with the proposed resolution. Move to Tentatively Ready.
[ 2009-05-09 Alisdair fixed some minor issues in the wording. ]
Addresses UK-188 [CD1]
The function _Exit does not appear to be defined in this standard. Should it be added to the table of functions included-by-reference to the C standard?
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
2010-10-21 18:28:33 | admin | set | messages: + msg4719 |
2010-10-21 18:28:33 | admin | set | messages: + msg4718 |
2010-10-21 18:28:33 | admin | set | messages: + msg4717 |
2009-03-03 00:00:00 | admin | create |