]> gcc.gnu.org Git - gcc.git/commitdiff
status_cxx2011.xml: Status of piecewise construction and ios_base::failure.
authorJonathan Wakely <jwakely.gcc@gmail.com>
Thu, 17 Nov 2011 10:14:11 +0000 (10:14 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 17 Nov 2011 10:14:11 +0000 (10:14 +0000)
* 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

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/backwards_compatibility.xml
libstdc++-v3/doc/xml/manual/status_cxx2011.xml

index 55f66b348f6ba57b0c7ed394df93c02dd42e949c..58eb49898b965ef6bbe6a7a6cca873762613087d 100644 (file)
@@ -1,3 +1,10 @@
+2011-11-17  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * 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  <amacleod@redhat.com>
 
        PR libstdc++/51102
        requirements with respect to allocators.
        (status.iso.200x): Add anchor for old ID to preserve existing links.
 
+2011-11-08  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       * 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  <jwakely.gcc@gmail.com>
 
        * include/bits/shared_ptr_base.h (_Sp_counted_ptr): Make 'final'.
index 525157f181404b49738315cbf2d4d011c0e5e6df..f25d3cf5187bc2ab4e1f2c99b1fb442ab22d4257 100644 (file)
@@ -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;
index 51785fcb812c0e8ffb948b4709426a68114e40f3..6f53a73348c35ecaa73861693755d6e696253c1f 100644 (file)
@@ -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>
This page took 0.073905 seconds and 5 git commands to generate.