$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-03 17:35:21
On 9/3/2013 5:33 PM, Phil Bouchard wrote:
>
> block_ptr is a cycle manager on top of a shared_ptr but the
> sizeof(block_ptr) remains == to sizeof(shared_ptr).
Sorry:
block_ptr is a cycle manager on top of reference counting but the
sizeof(block_ptr) remains == to sizeof(shared_ptr).
-Phil