This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[wwwdocs] Note rvalue references support in GCC 4.3
- From: "Doug Gregor" <doug dot gregor at gmail dot com>
- To: "GCC Patches" <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 31 May 2007 07:31:17 -0400
- Subject: [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 <array>, <random>, <regex>, <tuple>,
+ 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 <array>, <random>, <regex>, <tuple>,
<type_traits>, <unordered_map>, and
<unordered_set>. Plus, headers for C compatibility:
<ccomplex>, <cfenv>, <cinttypes>,
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 <array>, <random>, <regex>, <tuple>,