2 Sep
2013
2 Sep
'13
5:36 p.m.
On 8/30/2013 6:29 PM, Phil Bouchard wrote:
I have my take on smart pointers because I am working on Webkit which uses its own similar smart pointers to Boost's.
Basically in Webkit they use RefPtr and PassRefPtr which are identical to shared_ptr and weak_ptr. -Phil