r360310 - [cxx_status] Mark support for std::is_constant_evaluated as done.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed May 8 20:49:47 PDT 2019


Author: rsmith
Date: Wed May  8 20:49:47 2019
New Revision: 360310

URL: http://llvm.org/viewvc/llvm-project?rev=360310&view=rev
Log:
[cxx_status] Mark support for std::is_constant_evaluated as done.

Eric implemented this in r359067.

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=360310&r1=360309&r2=360310&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Wed May  8 20:49:47 2019
@@ -1023,7 +1023,7 @@ as the draft C++2a standard evolves.
     <tr>
       <td><tt>std::is_constant_evaluated</tt></td>
       <td><a href="http://wg21.link/p0595r2">P0595R2</a></td>
-      <td class="none" align="center">No</td>
+      <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
       <td>Nested inline namespaces</td>




More information about the cfe-commits mailing list