http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48635

--- Comment #6 from Daniel Krügler <daniel.kruegler at googlemail dot com> 
2011-04-17 19:18:01 UTC ---
(In reply to comment #5)
> Done. Fixed mainline and 4_6-branch.

Looks good, thanks, but I just recognize that there is a library issue in
regard to the template version. The FDIS correctly applied the corresponding
proposal, but for some reason that is unclear, [unique.ptr.single.asgn] p. 6
describes the effects as "std::forward<D>(u.get_deleter())". I verified with
discussion with Howard that this should have been
"std::forward<E>(u.get_deleter())" instead, as it was suggested in

http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#983

Reply via email to