Boost logo

Boost :

From: Thomas Matelich (tmatelich_at_[hidden])
Date: 2000-03-30 18:15:02


Todd Greer wrote:

> Define your dtor out-of-line in the C file, where the type is
> complete. An empty dtor is fine. This will cause the dtor of the
> smart pointer to be instantiated there, so it will see the complete
> type. This will be necessary for any normal variety of smart
> pointer--some will need copying to be defined out-of-line also.

That wasn't the answer I'd hoped for :) I liked not having to worry
about maintaining a boost lib. Are other people using the lib changing
it so that it uses C files? Is there any plan to change the
distribution to do that?

--
Thomas O Matelich
Senior Software Designer
Zetec, Inc.
sosedada_at_[hidden]
tmatelich_at_[hidden]

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk