r273676 - Updates from further motions.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 06:25:09 PDT 2016


Author: rsmith
Date: Fri Jun 24 08:25:08 2016
New Revision: 273676

URL: http://llvm.org/viewvc/llvm-project?rev=273676&view=rev
Log:
Updates from further motions.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=273676&r1=273675&r2=273676&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Jun 24 08:25:08 2016
@@ -697,23 +697,16 @@ as the draft C++1z standard evolves.</p>
       <td><a href="http://wg21.link/p0135r1">P0135R1</a></td>
       <td class="none" align="center">No</td>
     </tr>
-    <!--
     <tr>
-      <td>Stricter expression evaluation order</td>
+      <td>Stricter expression evaluation order (chapter 8 alternative)</td>
       <td><a href="http://wg21.link/p0145r3">P0145R3</a></td>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>Classes are comparable by default</td>
-      <td><a href="http://wg21.link/p0221r2">P0221R2</a></td>
-      <td class="none" align="center">No</td>
-    </tr>
-    <tr>
       <td>Requirement to ignore unknown attributes</td>
       <td><a href="http://wg21.link/p0283r2">P0283R2</a></td>
       <td class="full" align="center">Yes</td>
     </tr>
-    -->
     <tr>
       <td><tt>constexpr</tt> <em>if-statement</em>s</td>
       <td><a href="http://wg21.link/p0292r2">P0292R2</a></td>




More information about the cfe-commits mailing list