Use class="svn" for features with SVN status.

llvm-svn: 262889
This commit is contained in:
Richard Smith 2016-03-08 00:45:37 +00:00
parent e513cd25bd
commit 89e9597a50
1 changed files with 2 additions and 2 deletions

View File

@ -629,12 +629,12 @@ as the draft C++1z standard evolves.</p>
<tr>
<td><tt>[[fallthrough]]</tt> attribute</td>
<td><a href="http://wg21.link/p0188r1">P0188R1</a></td>
<td class="full" align="center">SVN</td>
<td class="svn" align="center">SVN</td>
</tr>
<tr>
<td><tt>[[nodiscard]]</tt> attribute</td>
<td><a href="http://wg21.link/p0189r1">P0189R1</a></td>
<td class="full" align="center">SVN</td>
<td class="svn" align="center">SVN</td>
</tr>
<tr>
<td><tt>[[maybe_unused]]</tt> attribute</td>