r252216 - Fix incorrect status for P0012R1.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 5 13:42:32 PST 2015


Author: rsmith
Date: Thu Nov  5 15:42:32 2015
New Revision: 252216

URL: http://llvm.org/viewvc/llvm-project?rev=252216&view=rev
Log:
Fix incorrect status for P0012R1.

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=252216&r1=252215&r2=252216&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Thu Nov  5 15:42:32 2015
@@ -606,7 +606,7 @@ as the draft C++1z standard evolves.</p>
     <tr>
       <td>Make exception specifications part of the type system</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0012r1.html">P0012R1</a></td>
-      <td class="svn" align="center">Clang 3.6</td>
+      <td class="none" align="center">No</td>
     </tr>
     <tr>
       <td><tt>__has_include</tt></td>




More information about the cfe-commits mailing list