From patchwork Fri Jul 9 09:45:07 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 58380 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 D1F60B6EFF for ; Fri, 9 Jul 2010 19:45:27 +1000 (EST) Received: (qmail 9897 invoked by alias); 9 Jul 2010 09:45:22 -0000 Received: (qmail 9873 invoked by uid 22791); 9 Jul 2010 09:45:20 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL, BAYES_05, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Jul 2010 09:45:12 +0000 Received: by wwb31 with SMTP id 31so599515wwb.8 for ; Fri, 09 Jul 2010 02:45:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.133.201 with SMTP id g9mr7929782wbt.228.1278668707343; Fri, 09 Jul 2010 02:45:07 -0700 (PDT) Received: by 10.216.35.201 with HTTP; Fri, 9 Jul 2010 02:45:07 -0700 (PDT) Date: Fri, 9 Jul 2010 10:45:07 +0100 Message-ID: Subject: [v3] update C++0x status table in docs 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 2010-07-09 Jonathan Wakely PR libstdc++/44875 * doc/xml/manual/status_cxx200x.xml: Corrections to status. * doc/html/*: Regenerate. checked in to trunk Index: doc/xml/manual/status_cxx200x.xml =================================================================== --- doc/xml/manual/status_cxx200x.xml (revision 161988) +++ doc/xml/manual/status_cxx200x.xml (working copy) @@ -2007,10 +2007,11 @@ particular release. + 27.5 Iostreams base classes - Y - + Partial + Missing move and swap operations 27.6 @@ -2019,22 +2020,25 @@ particular release. + 27.7 Formatting and manipulators - Y - + Partial + Missing move and swap operations + 27.8 String-based streams - Y - + Partial + Missing move and swap operations + 27.9 File-based streams - Y - + Partial + Missing move and swap operations @@ -2333,17 +2337,17 @@ particular release. + 30.5 Condition variables - - + Partial + Missing notify_all_at_thread_exit - 30.5.1 Class condition_variable - Partial - Missing notify_all_at_thread_exit + Y + 30.5.2