Title
Auto_ptr conversions effects incorrect
Status
nad
Section
[auto.ptr.conv]
Submitter
Nathan Myers

Created on 1997-12-04.00:00:00 last changed 164 months ago

Messages

Date: 2010-10-21.18:28:33

Rationale:

Not a defect: the proposed change is already found in the standard. [Originally classified as a defect, later reclassified.]

Date: 2010-10-21.18:28:33

Proposed resolution:

Change [meta.unary.prop] paragraph 1 Effects from "Calls p->release()" to "Calls p.release()".

Date: 1997-12-04.00:00:00

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:33adminsetmessages: + msg5
2010-10-21 18:28:33adminsetmessages: + msg4
1997-12-04 00:00:00admincreate