summaryrefslogtreecommitdiffstats
path: root/www/cxx_dr_status.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-11-16 00:03:24 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-11-16 00:03:24 +0000
commit1e68aacb52d8212b687d74c1ea04e049ec0824b8 (patch)
treec6194132ff23fbee3f7c7d1fad1264c2867e4827 /www/cxx_dr_status.html
parent97fb9e6d43c5f066380ed685330220552ce58558 (diff)
PR23281: Fix implementation of DR1891 to implement the intent: that is, a
lambda-expression does not have a move-assignment operator. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287057 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_dr_status.html')
-rw-r--r--www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index ad73e7e4fb..293535238b 100644
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -11161,7 +11161,7 @@ and <I>POD class</I></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1891">1891</a></td>
<td>DRWP</td>
<td>Move constructor/assignment for closure class</td>
- <td class="full" align="center">Clang 3.6</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr id="1892">
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1892">1892</a></td>