My understanding is that OwnPtr should be deprecated in favor of
std::unique_ptr.

- R. Niwa


On Fri, Oct 25, 2013 at 2:23 PM, Hugo Lima <hugo.l...@openbossa.org> wrote:

> Hi,
>
> There are some code using std::unique_ptr and some using
> OwnPtr/PassOwnPtr all over WebKit, a grep based search shows:
>
> OwnPtr: 4130
> PassOwnPtr: 1660
> unique_ptr: 587
>
> I would like to know what's the current recommendation regarding
> std::unique_ptr use: never use; use on X and Y situations or just
> slowly replace OwnPtr by unique_ptr.
>
> Thanks.
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to