$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2003-01-28 20:52:27
"David B. Held" <dheld_at_[hidden]> wrote in message
news:b16f17$34i$1_at_main.gmane.org...
> [...]
> 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