From: Jonathan Wakely Date: Thu, 17 Nov 2011 10:14:11 +0000 (+0000) Subject: status_cxx2011.xml: Status of piecewise construction and ios_base::failure. X-Git-Tag: releases/gcc-4.7.0~2145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee42e4b6efd2491c46ae1845d8aad0bf2a3536b3;p=thirdparty%2Fgcc.git status_cxx2011.xml: Status of piecewise construction and ios_base::failure. * 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. From-SVN: r181438 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 55f66b348f6b..58eb49898b96 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 @@ -109,6 +116,12 @@ requirements with respect to allocators. (status.iso.200x): Add anchor for old ID to preserve existing links. +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'. diff --git a/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml b/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml index 525157f18140..f25d3cf5187b 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 51785fcb812c..6f53a73348c3 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.