summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2019-07-20 08:57:08 +0000
committerAaron Ballman <aaron@aaronballman.com>2019-07-20 08:57:08 +0000
commit9da3ddb0e10a0651d7f2b8ff5d108926fe305e28 (patch)
tree2d90255e74a1e808067af0850da660af7ccd6885 /www
parentd549063ca38468debd34fd6412e746d3aadd1a1d (diff)
downloadclang-9da3ddb0e10a0651d7f2b8ff5d108926fe305e28.tar.gz
Mark P1301R4 in C++2a as being SVN instead.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@366629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rwxr-xr-xwww/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 41354b183c..abb182c369 100755
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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="full" align="center">Yes</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td><tt>using enum</tt></td>