$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2003-06-14 05:18:58
On Fri, 13 Jun 2003 17:59:37 -0400, Daryle Walker <dwalker07_at_[hidden]>
wrote:
>I've occasionally read that the std::auto_ptr system was changed in an
>update document, due to some problems in the standard's specification.
>Is this true?
AFAIK, no. Well, there was lib issue 127 (plus a couple of NAD), which
is now part of TC1. There's also at least one core DR related to
auto_ptr, so it can be useful to check both issue lists.
I think you've heard about "auto_ptr update" in relation to Scott
Meyer's MEC++. But that's an update _ to the book _, not to the
standard. You can find it (starting from) here:
http://www.awl.com/cseng/titles/0-201-63371-X/auto_ptr.html
Genny.