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] Updated C++0x status pages


I committed this to reflect the addition of scoped enums and other
C++0x features that are going into GCC 4.4.

  - Doug

Index: gcc-4.4/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/changes.html,v
retrieving revision 1.20
diff -u -r1.20 changes.html
--- gcc-4.4/changes.html	25 Jul 2008 08:39:11 -0000	1.20
+++ gcc-4.4/changes.html	26 Aug 2008 22:39:29 -0000
@@ -115,7 +115,7 @@
 <h3>C++</h3>
   <ul>
     <li><a href="cxx0x_status.html">Improved experimental support for
the upcoming
-    ISO C++ standard, C++0x</a>, including support for inline namespaces.</li>
+    ISO C++ standard, C++0x</a>, including support for inline
namespaces, generalized initializer lists, defaulted and deleted
functions, and scoped enums.</li>

     <li> Those errors that may be downgraded to warnings to build
     legacy code now mention <code>-fpermissive</code> when
Index: gcc-4.4/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/cxx0x_status.html,v
retrieving revision 1.5
diff -u -r1.5 cxx0x_status.html
--- gcc-4.4/cxx0x_status.html	7 Aug 2008 19:46:32 -0000	1.5
+++ gcc-4.4/cxx0x_status.html	26 Aug 2008 22:39:29 -0000
@@ -138,7 +138,7 @@
     <tr>
       <td>Strongly-typed enums</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2347.pdf";>N2347</a></td>
-      <td align="center"><span class="unsupported">No</span></td>
+      <td align="center"><span class="supported">Yes</span></td>
     </tr>
     <tr>
       <td>Generalized constant expressions</td>
Index: projects/cxx0x.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx0x.html,v
retrieving revision 1.14
diff -u -r1.14 cxx0x.html
--- projects/cxx0x.html	7 Aug 2008 19:46:32 -0000	1.14
+++ projects/cxx0x.html	26 Aug 2008 22:39:29 -0000
@@ -161,7 +161,8 @@
     <tr>
       <td>Strongly-typed enums</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2347.pdf";>N2347</a></td>
-      <td align="center">No</td>
+      <td align="center"><a href="../gcc-4.4/changes.html">GCC
+      4.4</a></td>
     </tr>
     <tr>
       <td>Generalized constant expressions</td>


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