From: Thomas Maeder (maeder_at_[hidden])
Date: 2002-01-19 11:35:12


Am 2002.01.19 14:23 schrieb(en) David Abrahams:
>
> ...which is the reason it might be better if they didn't implicitly
> convert, unless Peter's precautions are taken.

Are there equivalent precautions against

shared_ptr<Base> b(new Derived);

?