From: Miki Jovanovic (miki_at_[hidden])
Date: 2000-03-06 15:11:07


"miki jovanovic" <mik-_at_[hidden]> wrote:
> #if defined( _LINKED_IMPL_ )
> template<class T> shared_ptr : public linked_ptr<T> {};
> #elif defined ( _COUNTED_IMPL_ )
> template<class T> shared_ptr : public counted_ptr<T> {};
> #else
> // default implementation; something we chose...
> ...
> #endif

Oh, P.S. This was not meant to compile. It would have to be expanded to
really work.

Cheers,

Miki.