[C++-sig] call policies

David Abrahams dave at boost-consulting.com
Fri Oct 18 20:20:10 CEST 2002


Stefan Seefeld <seefeld at sympatico.ca> writes:

> David Abrahams wrote:
> 
> > Hi Stefan,
> > Well, this turns out to be much stickier than I had thought; it's
> > going to take a bit more time than I have today. Could you settle for
> > shared ownership using boost::shared_ptr<>, or do you have an
> > underlying interface which really needs to manage ownership through
> > raw pointers?
> 
> no, I already switched to boost::shared_ptr<> as a temporary workaround.
> I guessed that it would be quite tricky to deal with Foo(Foo &)
> constructors, and I want to finish my frontend asap...:-)

Thanks; I'll put this on my as-yet-nonexistent list of things which
need to be addressed.

-Dave

-- 
                    David Abrahams
dave at boost-consulting.com * http://www.boost-consulting.com

Building C/C++ Extensions for Python: Dec 9-11, Austin, TX
http://www.enthought.com/training/building_extensions.html





More information about the Cplusplus-sig mailing list