$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gregory Colvin (gregory.colvin_at_[hidden])
Date: 2003-09-29 17:12:18
On Monday, Sep 29, 2003, at 15:54 America/Denver, Philippe A. Bouchard
wrote:
> Douglas Gregor wrote:
>
> [...]
>
>> I got lost along the way. From the documentation, I understand how to
>> allocate an object to be placed in a shifted_ptr, and I infer that
>> the semantics are a little like shared_ptr's semantics, but are they?
>> More specifically:
>>
>> - What are the semantics for the various collector_traits options? I
>> see rc_collector, gc_collector, and os_collector: what the semantics
>> of these three collectors, and how do they compare to each other? To
>> shared_ptr?
>
> Those semantics are defined at compile-time for a given class,
Yes, yes. But what *are* those semantics?