From 354300dc85193c9c14d8ec4c44fa122e97f32d3b Mon Sep 17 00:00:00 2001 From: redi Date: Thu, 17 Nov 2011 10:14:11 +0000 Subject: [PATCH] * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181438 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 13 +++++++++++++ libstdc++-v3/doc/xml/manual/backwards_compatibility.xml | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 11 +++++++---- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 55f66b348f6..58eb49898b9 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,10 @@ +2011-11-17 Jonathan Wakely + + * 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. + 2011-11-16 Andrew MacLeod PR libstdc++/51102 @@ -111,6 +118,12 @@ 2011-11-08 Jonathan Wakely + * doc/xml/manual/status_cxx2011.xml: Clarify status of container + requirements with respect to allocators. + (status.iso.200x): Add anchor for old ID to preserve existing links. + +2011-11-08 Jonathan Wakely + * include/bits/shared_ptr_base.h (_Sp_counted_ptr): Make 'final'. (_Sp_counted_deleter): Make 'final'. Use allocator_traits. (_Sp_counted_ptr_inplace): Make 'final'. Use allocator_traits. diff --git a/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml b/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml index 525157f1814..f25d3cf5187 100644 --- a/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml +++ b/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml @@ -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> diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml index 51785fcb812..6f53a73348c 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml @@ -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. -- 2.11.0