[webkit-dev] Is OwnPtr deprecated in favor of std::unique_ptr?
Hugo Lima
hugo.lima at openbossa.org
Fri Oct 25 14:23:11 PDT 2013
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.
More information about the webkit-dev
mailing list