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]

[committed] [wwwdocs] Document addition of rvalue references to cxx0x-branch


Already committed... documents the addition of rvalue references on
the cxx0x-branch.

- Doug

Index: htdocs/projects/cxx0x.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v
retrieving revision 1.2
diff -u -r1.2 cxx0x.html
--- htdocs/projects/cxx0x.html  7 May 2007 16:56:25 -0000       1.2
+++ htdocs/projects/cxx0x.html  10 May 2007 17:11:31 -0000
@@ -60,6 +60,8 @@
  [<a
  href="http://gcc.gnu.org/ml/gcc-patches/2007-02/msg00300.html";>patch</a>]</li>

+  <li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>Rvalue
references</a> [<a
href="http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01658.html";>patch</a>]</li>
+
  <li>
  Headers &lt;array&gt;, &lt;random&gt;, &lt;regex&gt;, &lt;tuple&gt;,
  &lt;type_traits&gt;, &lt;unordered_map&gt;, and


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