From patchwork Sat Apr 14 17:10:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 152530 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 7F0C7B6FEA for ; Sun, 15 Apr 2012 03:11:05 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1335028265; h=Comment: DomainKey-Signature:Received:Received:Received:Received: MIME-Version:Received:Received:Date:Message-ID:Subject:From:To: Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:Sender:Delivered-To; bh=Ke7YFQE q8zWMDDIMWBw8QpbQsVw=; b=qTCl1gRdsMVs2i8ZJjvlVkuiPB2VcUUtFuNhvVv Rc9HH6KJ0BnvaXDzOfVu4PypddsMI2yK1clDSQHYqaLlOQCdwKO369dBbZszMI8P WXPRRIWd8WHMtg16yzCFjR5TGHGYyicW3drGzXLjF3Lb5zir+VGbBHtfmJWMZP44 qo3Y= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:MIME-Version:Received:Received:Date:Message-ID:Subject:From:To:Content-Type:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=L5FitzRNFcIMH0upsxQNUHwUbtBAs3Iu9Oc7anBwNxdmhIqUahp7uBBW9qEcJD zW4jGlg632Wgd94ZMVHxiE+f783zsQOovCJD9fBxpd/iri2qEyruP68DTb/Tdvw/ OiFQk27HZznQgDuEsE6a7KaP1PbmL0ZTUwuB7mgZouzWQ=; Received: (qmail 1952 invoked by alias); 14 Apr 2012 17:11:00 -0000 Received: (qmail 1935 invoked by uid 22791); 14 Apr 2012 17:10:59 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, KHOP_RCVD_TRUST, RCVD_IN_DNSWL_LOW, RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-lb0-f175.google.com (HELO mail-lb0-f175.google.com) (209.85.217.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 Apr 2012 17:10:47 +0000 Received: by lbbgk1 with SMTP id gk1so537467lbb.20 for ; Sat, 14 Apr 2012 10:10:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.135.104 with SMTP id pr8mr5068750lab.27.1334423445251; Sat, 14 Apr 2012 10:10:45 -0700 (PDT) Received: by 10.112.85.98 with HTTP; Sat, 14 Apr 2012 10:10:45 -0700 (PDT) Date: Sat, 14 Apr 2012 18:10:45 +0100 Message-ID: Subject: [wwwdocs] Update libstdc++ front page From: Jonathan Wakely To: gcc-patches , "libstdc++" Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org The current C++ standard has 30 chapters. Committed to CVS. Index: libstdc++/index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/index.html,v retrieving revision 1.37 diff -u -r1.37 index.html --- libstdc++/index.html 1 Jun 2009 11:01:48 -0000 1.37 +++ libstdc++/index.html 14 Apr 2012 17:01:54 -0000 @@ -17,7 +17,7 @@

What... is your quest?

This is an ongoing project to implement the ISO 14882 Standard - C++ Library as described in chapters 17 through 27 and Annex D. + C++ Library as described in chapters 17 through 30 and Annex D. Participation is welcome!