$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-03-20 12:26:32
Frank Mori Hess wrote:
>> One final question, in:
>>
>> BOOST_TEST( early_px.use_count() > 0 );
>>
>> what does use_count() return? 2? Do we want to test against 2
>> directly, or are we to leave the initial use count unspecified?
>
> Yes, it returns 2. We can test for equality if you prefer. I just
> left it unspecified because I felt like the 2 was just an
> implementation detail leaking out.
Unspecified is fine.
>> Do you have SVN write access?
>
> Yes, just tell me what/when is ok to commit and I should be able to
> do it.
I think that your current iteration is ready for the trunk. Thank you again
for your work.