I forgot to send this patch a couple of days ago.

Document recent libstdc++ changes on trunk. Also tweak the 4.9 notes
slightly for consistency.

Committed to cvs.
Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gcc-5/changes.html  5 Sep 2014 08:25:46 -0000       1.9
+++ gcc-5/changes.html  22 Sep 2014 15:31:58 -0000      1.10
@@ -84,12 +84,16 @@
     <li><a 
href="https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.2011";>
       Improved support for C++11</a>, including:
       <ul>
+        <li> <code>std::deque</code> meets the allocator-aware container 
requirements;</li>
+        <li> movable and swappable iostream classes;</li>
         <li> support for <code>std::aligned_union</code>;</li>
       </ul>
     </li>
     <li>An implementation of <code>std::experimental::any</code>.</li>
     <li>New random number distributions <code>logistic_distribution</code> and
       <code>uniform_on_sphere_distribution</code> as extensions.</li>
+    <li><a 
href="https://sourceware.org/gdb/current/onlinedocs/gdb/Xmethods-In-Python.html";>GDB
+      Xmethods</a> for <code>std::vector</code> and 
<code>std::unique_ptr</code>;</li>
   </ul>
 
 <h3 id="fortran">Fortran</h3>
Index: gcc-4.9/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- gcc-4.9/changes.html        23 Aug 2014 15:58:55 -0000      1.79
+++ gcc-4.9/changes.html        22 Sep 2014 15:31:57 -0000      1.80
@@ -344,7 +344,7 @@
         <li> implemention of <code>std::make_unique</code>; </li>
         <li> implemention of <code>std::shared_lock</code>; </li>
         <li> making <code>std::result_of</code> SFINAE-friendly; </li>
-        <li> adding <code>operator()</code> to <code>integral_constant</code>; 
</li>
+        <li> adding <code>operator()</code> to 
<code>std::integral_constant</code>; </li>
         <li> adding user-defined literals for standard library types
              <code>std::basic_string</code>, 
<code>std::chrono::duration</code>,
              and <code>std::complex</code>; </li>

Reply via email to