Subject: Re: [boost] Bug in intrusive_ptr,scoped_ptr,scoped_array
From: Hansi (hansipet_at_[hidden])
Date: 2009-02-28 14:37:20


Mathias Gaunard schrieb:
> Hansi wrote:
>
>> at least with VS2005 there is a bug in the three smart pointers...
>> [...]
>>
>> For this the following fix should work:
>>
>>
>> #if defined( _MANAGED )
>
> I'm not sure this is a supported target.
> Is it?

shared_ptr has the bugfix...a lot of people here uses vs2005 with mixed
mode (some unmanaged and some managed stuff)programming...