aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/doc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2011-11-17 10:14:11 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2011-11-17 10:14:11 +0000
commitee42e4b6efd2491c46ae1845d8aad0bf2a3536b3 (patch)
tree37e361a1bc492d16483d2c40ef2c77386b2b4410 /libstdc++-v3/doc
parent4eace304b85ebbc5d0dc97dfffc1cb39ec41195c (diff)
downloadgcc-ee42e4b6efd2491c46ae1845d8aad0bf2a3536b3.zip
gcc-ee42e4b6efd2491c46ae1845d8aad0bf2a3536b3.tar.gz
gcc-ee42e4b6efd2491c46ae1845d8aad0bf2a3536b3.tar.bz2
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
Diffstat (limited to 'libstdc++-v3/doc')
-rw-r--r--libstdc++-v3/doc/xml/manual/backwards_compatibility.xml2
-rw-r--r--libstdc++-v3/doc/xml/manual/status_cxx2011.xml11
2 files changed, 8 insertions, 5 deletions
diff --git a/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml b/libstdc++-v3/doc/xml/manual/backwards_compatibility.xml
index 525157f..f25d3cf 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 &lt;fstream&gt;
#include &lt;functional&gt;
#include &lt;future&gt;
+ #include &lt;initializer_list&gt;
#include &lt;iomanip&gt;
#include &lt;ios&gt;
#include &lt;iosfwd&gt;
#include &lt;iostream&gt;
- #include &lt;initializer_list&gt;
#include &lt;istream&gt;
#include &lt;iterator&gt;
#include &lt;limits&gt;
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
index 51785fc..6f53a73 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.
<entry/>
</row>
<row>
+ <?dbhtml bgcolor="#B0B0B0" ?>
<entry>20.3.2</entry>
<entry>Class template <code>pair</code></entry>
- <entry>Y</entry>
- <entry/>
+ <entry>Partial</entry>
+ <entry>Piecewise construction requires an accessible copy/move
+ constructor.</entry>
</row>
<row>
<entry>20.3.3</entry>
@@ -2136,8 +2138,9 @@ particular release.
<entry>Iostreams base classes</entry>
<entry>Partial</entry>
<entry>
- Missing move and swap operations on <code>basic_ios</code>. Missing
- <code>make_error_code</code> and <code>make_error_condition</code>.
+ Missing move and swap operations on <code>basic_ios</code>.
+ Missing <code>io_errc</code> and <code>iostream_category</code>.
+ <code>ios_base::failure</code> is not derived from <code>system_error</code>.
</entry>
</row>
<row>