$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [block_ptr] & Java
From: Phil Bouchard (philippe_at_[hidden])
Date: 2013-09-02 13:36:57
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