From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12064 invoked by alias); 7 Dec 2004 22:38:18 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 11974 invoked from network); 7 Dec 2004 22:38:13 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 7 Dec 2004 22:38:13 -0000 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id D58BF11E0BEA; Tue, 7 Dec 2004 23:38:10 +0100 (CET) Message-ID: <41B63123.4010305@suse.de> Date: Tue, 07 Dec 2004 22:38:00 -0000 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913 MIME-Version: 1.0 To: Joe Buck Cc: chris jefferson , Ed Smith-Rowland <3dw4rd@verizon.net>, gcc@gcc.gnu.org Subject: Re: Mention addition of TR1 to C++ for GCC-4.0.0 References: <41B5B5A6.6070702@verizon.net> <41B5B72E.3080402@cs.york.ac.uk> <20041207143316.A16598@synopsys.com> In-Reply-To: <20041207143316.A16598@synopsys.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00302.txt.bz2 Joe Buck wrote: >Nevertheless, we could use a note documenting the parts of TR1 that will >be in 4.0.0, how to use it, etc., and make sure to warn people that it is >experimental (meaning that the libstdc++ team makes no promises about >backward compatibility, so the users might have to revise their programs >later on should the committee make changes). > > I concur and would like to add that some facilities, like prepared by Chris, are already rather close to the final form! Paolo.