
28 Feb
2009
28 Feb
'09
7:37 p.m.
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...