From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4310 invoked by alias); 27 May 2007 12:40:20 -0000 Received: (qmail 4303 invoked by uid 22791); 27 May 2007 12:40:20 -0000 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 27 May 2007 12:40:18 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id F173413789; Sun, 27 May 2007 14:40:15 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id B7C051A7C7; Sun, 27 May 2007 14:40:18 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id A75FF1A7C6; Sun, 27 May 2007 14:40:18 +0200 (CEST) Date: Sun, 27 May 2007 12:40:00 -0000 From: Gerald Pfeifer To: Benjamin Kosnik cc: overseers@gcc.gnu.org, Daniel Berlin Subject: Re: Some problems with the GCC web machinery In-Reply-To: <46515F9B.1040001@redhat.com> Message-ID: References: <46515F9B.1040001@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2007-q2/txt/msg00070.txt.bz2 Hi Benjamin, On Mon, 21 May 2007, Benjamin Kosnik wrote: > Note that the C++0x docs are out of sync. > > ie: > http://gcc.gnu.org/projects/c++0x.html > > and: > > http://gcc.gnu.org/gcc-4.3/cxx0x_status.html > > differ. I guess this is by intention. What's the plan here? Should I > move the extern template and type_traits bits to cxx0x_status.html? I am not aware of this being intentional, and from my perspective making such a sync would be very desirable. It would be great could you have a look, Benjamin! Thanks, Gerald