$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-03-08 23:24:13
Sorry, I "meant" to write boost::shared_ptr there.
-Dave
----- Original Message -----
From: "Kevlin Henney" <kevlin_at_[hidden]>
> In message <032201c0a7c8$b88ba070$0500a8c0_at_[hidden]>, David
> Abrahams <abrahams_at_[hidden]> writes
> >1. An iterator whose value_type was the smart pointer (e.g.
> >std::list<std::auto_ptr<T> >::iterator)
>
> Minor nit: std::list< std::auto_ptr<T> > is not legal as auto_ptr does
> not satisfy CopyConstructible requirements :-}
>