From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5906 invoked by alias); 14 Nov 2007 16:20:13 -0000 Received: (qmail 5891 invoked by uid 22791); 14 Nov 2007 16:20:13 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Nov 2007 16:20:07 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.1) with ESMTP id lAEGK5Rv032350; Wed, 14 Nov 2007 11:20:05 -0500 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id lAEGK54C001612; Wed, 14 Nov 2007 11:20:05 -0500 Received: from concorde.artheist.org (vpn-14-60.rdu.redhat.com [10.11.14.60]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id lAEGK4uv023989; Wed, 14 Nov 2007 11:20:05 -0500 Date: Wed, 14 Nov 2007 19:07:00 -0000 From: Benjamin Kosnik To: Benjamin Kosnik Cc: "Jonathan Wakely" , libstdc++ , gcc-patches@gcc.gnu.org Subject: Re: [patch] Improving shared_ptr for C++0x Message-ID: <20071114102006.0921d190@concorde.artheist.org> In-Reply-To: <20071113181314.1af9194c@concorde.artheist.org> References: <4348dea50711131546n63e7f83brc8bfd1b15e6fab6c@mail.gmail.com> <20071113181314.1af9194c@concorde.artheist.org> X-Mailer: Claws Mail 3.0.2 (GTK+ 2.10.14; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-11/txt/msg00812.txt.bz2 > Just to answer this last part. Now to answer it after actually reading your page.... I see your concern now. This doesn't really fit into a status checklist. I suppose this could either fit in chapter 20, in a new shared_ptr section, or in a implementation-defined behavior link after C++0x, a la what was done for C++98. -benjamin