From patchwork Thu Nov 17 10:14:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Wakely X-Patchwork-Id: 126177 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 15DCEB7210 for ; Thu, 17 Nov 2011 21:14:29 +1100 (EST) Received: (qmail 21459 invoked by alias); 17 Nov 2011 10:14:20 -0000 Received: (qmail 21439 invoked by uid 22791); 17 Nov 2011 10:14:18 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW 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; Thu, 17 Nov 2011 10:14:05 +0000 Received: by wwe6 with SMTP id 6so2276543wwe.8 for ; Thu, 17 Nov 2011 02:14:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.54.83 with SMTP id h61mr463582wec.6.1321524844239; Thu, 17 Nov 2011 02:14:04 -0800 (PST) Received: by 10.216.182.12 with HTTP; Thu, 17 Nov 2011 02:14:04 -0800 (PST) Date: Thu, 17 Nov 2011 10:14:04 +0000 Message-ID: Subject: [v3] doc tweaks 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 * doc/xml/manual/status_cxx2011.xml: Status of piecewise construction and ios_base::failure. * doc/xml/manual/backwards_compatibility.xml: List headers in alphabetical order. committed to trunk Index: doc/xml/manual/backwards_compatibility.xml =================================================================== --- doc/xml/manual/backwards_compatibility.xml (revision 181390) +++ doc/xml/manual/backwards_compatibility.xml (working copy) @@ -1163,11 +1163,11 @@ AC_DEFUN([AC_HEADER_STDCXX_11], [ #include <fstream> #include <functional> #include <future> + #include <initializer_list> #include <iomanip> #include <ios> #include <iosfwd> #include <iostream> - #include <initializer_list> #include <istream> #include <iterator> #include <limits> Index: doc/xml/manual/status_cxx2011.xml =================================================================== --- doc/xml/manual/status_cxx2011.xml (revision 181390) +++ doc/xml/manual/status_cxx2011.xml (working copy) @@ -384,10 +384,12 @@ particular release. + 20.3.2 Class template pair - Y - + Partial + Piecewise construction requires an accessible copy/move + constructor. 20.3.3 @@ -2136,8 +2138,9 @@ particular release. Iostreams base classes Partial - Missing move and swap operations on basic_ios. Missing - make_error_code and make_error_condition. + Missing move and swap operations on basic_ios. + Missing io_errc and iostream_category. + ios_base::failure is not derived from system_error.