From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22587 invoked by alias); 3 Jul 2002 22:56:04 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 22529 invoked by uid 71); 3 Jul 2002 22:56:03 -0000 Date: Wed, 03 Jul 2002 15:56:00 -0000 Message-ID: <20020703225602.22527.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: pme@gcc.gnu.org Subject: libstdc++/3946 Reply-To: pme@gcc.gnu.org X-SW-Source: 2002-07/txt/msg00145.txt.bz2 List-Id: The following reply was made to PR libstdc++/3946; it has been noted by GNATS. From: pme@gcc.gnu.org To: gcc-gnats@gcc.gnu.org Cc: Subject: libstdc++/3946 Date: 3 Jul 2002 22:49:59 -0000 CVSROOT: /cvs/gcc Module name: gcc Branch: gcc-3_1-branch Changes by: pme@gcc.gnu.org 2002-07-03 15:49:58 Modified files: libstdc++-v3/include/std: std_memory.h libstdc++-v3/testsuite/20_util: auto_ptr.cc libstdc++-v3 : ChangeLog Log message: 2002-07-03 Jack Reeves Kenny Simpson Phil Edwards PR libstdc++/3946 * testsuite/20_util/auto_ptr.cc (test08): New test. * include/std/std_memory.h (auto_ref_ptr): Make constructor explicit. (auto_ptr::operator auto_ptr_ref): Fix typo. General reformatting and doxygenating of the whole file. Patches: http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/include/std/std_memory.h.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.3.4.1&r2=1.3.4.2 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/testsuite/20_util/auto_ptr.cc.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.4&r2=1.4.14.1 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.1057.2.153&r2=1.1057.2.154