"David B. Held" <[EMAIL PROTECTED]> wrote in message
b16f17$34i$[EMAIL PROTECTED]">news:b16f17$34i$[EMAIL PROTECTED]...
> [...]
> SmartPtr(SmartPtr<T1, OP1, CP1, KP1, SP1> const& rhs,
>               typename OP1::copyable* = 0)
> [...]

Looks good on paper, fails horribly in practice.  Both bcc and vc++ choke
horribly on it (not too surprising, I suppose).  Even gcc 3.0 tries to
instantiate
this c'tor, even though it doesn't need to.  It looks like we're stuck with
PTS
after all. :(

Dave




_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to