On Jun 28, 2010, at 2:55 PM, Antti Koivisto wrote:
> Is the plan also to banish the std::auto_ptr? It seems pointless and
> confusing to allow both the OwnPtr and the auto_ptr.
Yes, that would be my preference.
PassOwnPtr is intended as a replacement for std::auto_ptr. Before PassOwnPtr
existed, we used auto_ptr, but now we should replace any use of auto_ptr with
PassOwnPtr and OwnPtr.
-- Darin
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev