r366628 - We support P1301R4 in C++2a as of r366626.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 20 01:24:56 PDT 2019
Author: aaronballman
Date: Sat Jul 20 01:24:56 2019
New Revision: 366628
URL: http://llvm.org/viewvc/llvm-project?rev=366628&view=rev
Log:
We support P1301R4 in C++2a as of r366626.
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=366628&r1=366627&r2=366628&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Jul 20 01:24:56 2019
@@ -1108,7 +1108,7 @@ as the draft C++2a standard evolves.
<tr>
<td><tt>[[nodiscard("with reason")]]</tt></td>
<td><a href="http://wg21.link/p1301r4">P1301R4</a></td>
- <td class="none" align="center">No</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr>
<td><tt>using enum</tt></td>
More information about the cfe-commits
mailing list