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]

[web] Fix 41141


Hi,

committed.

Paolo.

////////////////
2009-08-21  Paolo Carlini  <paolo.carlini@oracle.com>

	web/41141
	* htdocs/gcc-4.4/cxx0x_status.html: Standard Layout Types are
	unsupported in 4.4.
Index: htdocs/gcc-4.4/cxx0x_status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.4/cxx0x_status.html,v
retrieving revision 1.8
diff -u -r1.8 cxx0x_status.html
--- htdocs/gcc-4.4/cxx0x_status.html	8 Apr 2009 03:03:01 -0000	1.8
+++ htdocs/gcc-4.4/cxx0x_status.html	21 Aug 2009 16:38:07 -0000
@@ -215,7 +215,7 @@
     <tr>
       <td>Standard Layout Types</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2342.htm";>N2342</a></td>
-       <td align="center"><span class="supported">Yes</span></td>
+      <td align="center"><span class="unsupported">No</span></td>
     </tr>
     <tr>
       <td>Defaulted and deleted functions</td>

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