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