[C++-sig] Re: implicitly_convertible<> & auto_ptr

Nicolas Lelong nlelong at mgdesign.org
Mon Feb 24 11:13:01 CET 2003


Hi,

> David Abrahams <dave at boost-consulting.com> writes:
>
> > BTW, I'm working on a fix for this problem, but until I get there I
> > have to clear a few bugs that have crept into the CVS recently.
>
> It's checked in now; please try it out and let me know how it goes.

It's OK, the 'python::implicitly_convertible< std::auto_ptr<BigDataDerived>,
std::auto_ptr<BigDataBase> >();' now compiles fine under VC7,
and I can correctly transfer the ownership of Derived classes.

Thanks once more,
Regards,
Nicolas





More information about the Cplusplus-sig mailing list