Created on 1997-12-04.00:00:00 last changed 171 months ago
Rationale:
Not a defect: the proposed change is already found in the standard. [Originally classified as a defect, later reclassified.]
Proposed resolution:
Change [meta.unary.prop] paragraph 1 Effects from "Calls p->release()" to "Calls p.release()".
Paragraph 1 in "Effects", says "Calls p->release()" where it clearly must be "Calls p.release()". (As it is, it seems to require using auto_ptr<>::operator-> to refer to X::release, assuming that exists.)
History | |||
---|---|---|---|
Date | User | Action | Args |
2010-10-21 18:28:33 | admin | set | messages: + msg5 |
2010-10-21 18:28:33 | admin | set | messages: + msg4 |
1997-12-04 00:00:00 | admin | create |