[Bug libstdc++/43183] std::unique_ptr::reset() does not conform to N3035.

2010-03-01 Thread tjgolubi at netins dot net
--- Comment #13 from tjgolubi at netins dot net 2010-03-01 23:23 --- Subject: Re: std::unique_ptr::reset() does not conform to N3035. I think you are correct now. Thank you for the explanation. terry - Original Message - From: "redi at gcc dot gnu dot org"

[Bug libstdc++/43183] std::unique_ptr::reset() does not conform to N3035.

2010-03-01 Thread tjgolubi at netins dot net
--- Comment #10 from tjgolubi at netins dot net 2010-03-01 22:22 --- Subject: Re: std::unique_ptr::reset() does not conform to N3035. I see your point. I think it should still check for resetting to the same value to avoid duplicate deletes later. terry void reset

[Bug libstdc++/43183] New: std::unique_ptr::reset() does not conform to N3035.

2010-02-25 Thread tjgolubi at netins dot net
reset() does not conform to N3035. Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tjgolubi at netins do