From patchwork Fri Jun 1 00:47: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: 162252 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 18D74B6FC4 for ; Fri, 1 Jun 2012 10:48:04 +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=1339116485; 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=eTGkeg1 /UkT+dTQsVw+yijgoWsg=; b=pokzNzjKz4xe62fA4nTuRDucOF4ZwsTj+tAZ2IK 8P3REpDUBDg2j7/qljWF7nWgGLxO39HdR+JjjJpjzio+UN7hbODqAW7XeoJ7ZVfL ixIJfdZhsWHdee043JcLRrSLBLTBr3ZL4Foka/rNsETnEWYHIPDB3TJ0KH4/Ch49 p9U4= 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=lj3njLIr4TLeXeeB2sMZlLjVqgZBQPO33zu1YIuba0k+VecvHCIqAUj+K31jA9 3PjBKDevMx3hUoEZRnRCb6nEYvSSVkNQ2Fj/uteje9wRMa0uKAZLQ+V0ctm3gcur XBhNIdD1QQCb27FY0FzCX7P17PCGRtmcJxD7ZQg7W3KtE=; Received: (qmail 30769 invoked by alias); 1 Jun 2012 00:48:00 -0000 Received: (qmail 30755 invoked by uid 22791); 1 Jun 2012 00:48:00 -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-lpp01m010-f47.google.com (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jun 2012 00:47:47 +0000 Received: by lags15 with SMTP id s15so1256570lag.20 for ; Thu, 31 May 2012 17:47:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.54.37 with SMTP id g5mr876539lbp.104.1338511665851; Thu, 31 May 2012 17:47:45 -0700 (PDT) Received: by 10.112.48.6 with HTTP; Thu, 31 May 2012 17:47:45 -0700 (PDT) Date: Fri, 1 Jun 2012 01:47:45 +0100 Message-ID: Subject: [v3] Correct C++11 status table From: Jonathan Wakely To: "libstdc++" , gcc-patches 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 status table doesn't mention the fact we're missing the new const char* constructors from all the exception classes. * doc/xml/manual/status_cxx2011.xml: Correct C++11 status table. Tested with make doc-xml-validate-docbook doc-html, committed to trunk. commit 7cb382e8086a3769ae4085714b735f9405820424 Author: Jonathan Wakely Date: Fri Jun 1 01:41:53 2012 +0100 * doc/xml/manual/status_cxx2011.xml: Correct C++11 status table. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 0ed63ea..15d1337 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -274,10 +274,11 @@ particular release. + 19.2 Exception classes - Y - + Partial + Missing const char* constructors. 19.3 @@ -322,10 +323,11 @@ particular release. + 19.5.5 Class system_error - Y - + Partial + Missing const char* constructors.