Created on 1999-02-02.00:00:00 last changed 94 months ago
Rationale (February, 2014):
EWG determined that no action should be taken on this issue.
Notes from the September, 2013 meeting:
CWG feels that EWG would be a better venue for this issue. Possible options might include removal of dynamic-exception-specifications and incorporation of the binary noexcept status in the type system.
Notes from the April, 2013 meeting:
CWG feels that a paper on this topic is needed before any action can be taken.
Additional note (March, 2013):
The advent of the noexcept operator makes this issue more relevant in C++11.
[Adopted at the October, 2015 meeting as P0012R1.]
It was tentatively agreed at the Santa Cruz meeting that exception specifications should fully participate in the type system. This change would address gaps in the current static checking of exception specifications such as
void (*p)() throw(int); void (**pp)() throw() = &p; // not currently an error
This is such a major change that it deserves to be a separate issue.
History | |||
---|---|---|---|
Date | User | Action | Args |
2017-02-06 00:00:00 | admin | set | status: accepted -> cd4 |
2015-11-10 00:00:00 | admin | set | status: extension -> accepted |
2015-04-13 00:00:00 | admin | set | messages: + msg5441 |
2015-04-13 00:00:00 | admin | set | status: nad -> extension |
2014-03-03 00:00:00 | admin | set | messages: + msg4985 |
2014-03-03 00:00:00 | admin | set | status: extension -> nad |
2013-10-14 00:00:00 | admin | set | messages: + msg4718 |
2013-10-14 00:00:00 | admin | set | status: open -> extension |
2013-05-03 00:00:00 | admin | set | messages: + msg4362 |
2013-03-18 00:00:00 | admin | set | messages: + msg4300 |
1999-02-02 00:00:00 | admin | create |