This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] update gcc-4.7/changes.html


On 8 November 2011 01:27, Jonathan Wakely wrote:
> The std::pointer_traits and std::allocator_traits implementations are
> complete now, update the release notes.

Also replace C++0x with C++11.

Checked in to wwwdocs
Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.7/changes.html,v
retrieving revision 1.55
diff -u -r1.55 changes.html
--- changes.html	8 Nov 2011 01:27:36 -0000	1.55
+++ changes.html	8 Nov 2011 11:42:45 -0000
@@ -297,8 +297,8 @@
 
   <ul>
     <li><a href="http://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.200x";>
-       Improved experimental support for the upcoming ISO C++ standard, 
-       C++0x</a>, including:
+       Improved experimental support for the new ISO C++ standard, C++11</a>,
+       including:
        <ul>
          <li> using <code>noexcept</code> in most of the library;</li>
          <li> implementations of <code>pointer_traits</code>, <code>allocator_traits</code>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]