From patchwork Mon May 2 23:46:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 93730 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 8EE6FB6F5D for ; Tue, 3 May 2011 09:46:43 +1000 (EST) Received: (qmail 27969 invoked by alias); 2 May 2011 23:46:41 -0000 Received: (qmail 27950 invoked by uid 22791); 2 May 2011 23:46:40 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-pw0-f47.google.com (HELO mail-pw0-f47.google.com) (209.85.160.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 May 2011 23:46:27 +0000 Received: by pwj9 with SMTP id 9so3326560pwj.20 for ; Mon, 02 May 2011 16:46:26 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.50.21 with SMTP id x21mr3251384wfx.446.1304379986278; Mon, 02 May 2011 16:46:26 -0700 (PDT) Received: by 10.142.114.13 with HTTP; Mon, 2 May 2011 16:46:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 3 May 2011 00:46:26 +0100 Message-ID: Subject: Re: update C++0x status table to FDIS 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 2011-05-03 Jonathan Wakely PR libstdc++/48848 * doc/xml/manual/status_cxx200x.xml: Update valarray status. * doc/html/*: Regenerate. A small tweak to the C++0x status table, as pointed out in PR 48848 Tested with 'make doc-xml-validate-docbook' and 'make doc-html' on x86_64-linux, committed to trunk. Index: doc/xml/manual/status_cxx200x.xml =================================================================== --- doc/xml/manual/status_cxx200x.xml (revision 173271) +++ doc/xml/manual/status_cxx200x.xml (working copy) @@ -1960,10 +1960,11 @@ + 26.6.2 Class template valarray - Y - + Partial + Missing move and swap operations 26.6.3 @@ -2008,10 +2009,9 @@ - 26.6.10 valarray range access - N + Y