$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David B. Held (dheld_at_[hidden])
Date: 2003-01-17 18:34:35
"David Abrahams" <dave_at_[hidden]> wrote in message
news:un0lzgzax.fsf_at_boost-consulting.com...
> [...]
> > We received some resistance from some developers
> > claiming it was too complex. But in my view, if you
> > don't want to look inside, the typedefs are simple
> > enough, just use them.
>
> We don't have typedef templates; you must mean
> something else
> [...]
I suspect that what he means is, for a given T, create a
typedef of the smart pointer specialized on T.
Dave