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]

[wwwdocs] Note rvalue references support in GCC 4.3


I've committed this patch to note that rvalue reference support is
available in GCC 4.3's experimental C++0x mode.

- Doug

Index: gcc-4.3/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/cxx0x_status.html,v
retrieving revision 1.3
diff -u -r1.3 cxx0x_status.html
--- gcc-4.3/cxx0x_status.html   24 Apr 2007 21:12:05 -0000      1.3
+++ gcc-4.3/cxx0x_status.html   31 May 2007 11:28:59 -0000
@@ -36,8 +36,9 @@
  href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#226";>Default
  template arguments for function templates</a></li> <li><a
  href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2152.pdf";>Variadic
-  templates</a> </li> <li>
-  Headers &lt;array&gt;, &lt;random&gt;, &lt;regex&gt;, &lt;tuple&gt;,
+  templates</a> </li>
+  <li><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>Rvalue
references</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
  &lt;unordered_set&gt;. Plus, headers for C compatibility:
  &lt;ccomplex&gt;, &lt;cfenv&gt;, &lt;cinttypes&gt;,
Index: projects/cxx0x.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v
retrieving revision 1.3
diff -u -r1.3 cxx0x.html
--- projects/cxx0x.html 10 May 2007 17:11:57 -0000      1.3
+++ projects/cxx0x.html 31 May 2007 11:29:00 -0000
@@ -60,7 +60,7 @@
  [<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><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>Rvalue
references</a></li>

  <li>
  Headers &lt;array&gt;, &lt;random&gt;, &lt;regex&gt;, &lt;tuple&gt;,


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