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][committed] Mention variadic templates in the GCC 4.3 changes file


This patch synchronizes the changes file for GCC 4.3 with the C++0x
features it provides.
Already committed.

 Cheers,
 Doug

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.3/changes.html,v
retrieving revision 1.36
diff -u -r1.36 changes.html
--- changes.html        12 Mar 2007 08:38:50 -0000      1.36
+++ changes.html        13 Mar 2007 14:44:16 -0000
@@ -159,7 +159,8 @@
    <li>Experimental support for the upcoming ISO C++ standard, C++0x,
  has been added. This support can be enabled with the
  <code>-std=c++0x</code> or <code>-std=gnu++0x</code> compiler
-  options. The following C++0x features are enabled by this
+  options; the former disables GNU extensions. The following C++0x
+  features are enabled by this
  experimental mode:
  <ul>
    <li><a
@@ -168,6 +169,9 @@
    <li><a
  href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1653.htm";>C99
  preprocessor</a></li>
+    <li><a
+    href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2152.pdf";>Variadic
+    templates</a> (only enabled by <code>-std=gnu++0x</code>)</li>
  </ul>
  </li>


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