$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2001-04-05 13:01:01
----- Original Message -----
From: "Gary Powell" <Gary.Powell_at_[hidden]>
> > MSVC 7 works, but says
> >
> > "assignment operator could not be generated" - for auto_ptr_ref
> <<
> I'm confused about what to do for this.
I suggest looking at the STLport auto_ptr implementation for hints. It works
on a wide variety of compilers.
-Dave