[C++-sig] call policies

Stefan Seefeld seefeld at sympatico.ca
Fri Oct 18 20:16:41 CEST 2002


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,
		Stefan








More information about the Cplusplus-sig mailing list