Created on1998-10-24.00:00:00 last changed277 months ago
Proposed Resolution (04/99):Change the text in 14.5 [except.spec] paragraph 3from:
Similarly, any function or pointer to function assigned to,or initializing, a pointer to function shall only allow exceptions thatare allowed by the pointer or function being assigned to or initialized.to:
A similar restriction applies to assignment to and initializationof pointers to functions, pointers to member functions, and referencesto functions: the target entity shall allow at least the exceptions allowedby the source value in the assignment or initialization.
14.5 [except.spec] paragraph 3should say whathappens when two pointers to members withdifferent exception specifications are assigned to each other, initializedwith one another, etc.
Proposed Resolution (04/99):Change the text in 14.5 [except.spec] paragraph 3from:
Similarly, any function or pointer to function assigned to,or initializing, a pointer to function shall only allow exceptions thatare allowed by the pointer or function being assigned to or initialized.to:
A similar restriction applies to assignment to and initializationof pointers to functions, pointers to member functions, and referencesto functions: the target entity shall allow at least the exceptions allowedby the source value in the assignment or initialization.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2003-04-25 00:00:00 | admin | set | status: dr -> tc1 |
| 1999-09-14 00:00:00 | admin | set | messages: +msg212 |
| 1999-09-14 00:00:00 | admin | set | status: review -> dr |
| 1998-10-24 00:00:00 | admin | create | |