diff mbox

[wwwdocs] update gcc-4.7/changes.html

Message ID CAH6eHdQ-BOK0EicqJJv-4+qfa99XjxoL+7pg65vsGfxniLDckQ@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely Nov. 8, 2011, 1:27 a.m. UTC
The std::pointer_traits and std::allocator_traits implementations are
complete now, update the release notes.
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.46
diff -u -r1.46 changes.html
--- changes.html	4 Oct 2011 19:07:01 -0000	1.46
+++ changes.html	8 Nov 2011 01:25:54 -0000
@@ -280,9 +280,8 @@ 
        C++0x</a>, including:
        <ul>
          <li> using <code>noexcept</code> in most of the library;</li>
-         <li> partial implementations of <code>pointer_traits</code> and 
-              <code>allocator_traits</code>;</li>
-         <li> implementation of <code>scoped_allocator_adaptor</code>; </li>
+         <li> implementations of <code>pointer_traits</code>, <code>allocator_traits</code>
+              and <code>scoped_allocator_adaptor</code>; </li>
          <li> uses-allocator construction for <code>tuple</code>; </li>
          <li> <code>vector</code> meets the allocator-aware container requirements; </li>
          <li> replacing <code>monotonic_clock</code> with <code>steady_clock</code>; </li>