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 @@ -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 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.