===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.9
retrieving revision 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>
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.9/changes.html,v
retrieving revision 1.79
retrieving revision 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>