r273683 - Correct error in change description.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 07:23:33 PDT 2016


Author: rsmith
Date: Fri Jun 24 09:23:32 2016
New Revision: 273683

URL: http://llvm.org/viewvc/llvm-project?rev=273683&view=rev
Log:
Correct error in change description.

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=273683&r1=273682&r2=273683&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Jun 24 09:23:32 2016
@@ -723,7 +723,7 @@ as the draft C++1z standard evolves.</p>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>Separate variable and condition for <tt>if</tt>, <tt>while</tt>, and <tt>switch</tt></td>
+      <td>Separate variable and condition for <tt>if</tt> and <tt>switch</tt></td>
       <td><a href="http://wg21.link/p0305r1">P0305R1</a></td>
       <td class="none" align="center">No</td>
     </tr>




More information about the cfe-commits mailing list