Subject: Re: [boost] C++03 unique_ptr emulation
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2009-01-03 16:45:50


Howard Hinnant wrote:
> On Jan 3, 2009, at 3:45 PM, Sebastian Redl wrote:
>
>>
>> Anyway, I'll try to boostify your project and post back.
>
> That is very kind of you.
I did something somewhat simpler. Attached is a patch against Boost
trunk that makes unique_ptr a part of the smart_ptr library, as far as
the header and the tests are concerned. (Those are some of the examples,
not the tests you just uploaded.) The patch does not modify
smart_ptr.hpp, though.
The tests are now executed as part of the normal test suite, and they
all pass. They are somewhat incomplete, though.

Sebastian