We support P1301R4 in C++2a as of r366626.

llvm-svn: 366628
This commit is contained in:
Aaron Ballman 2019-07-20 08:24:56 +00:00
parent 1f8aa536f3
commit 1358af27c0
1 changed files with 1 additions and 1 deletions

View File

@ -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>