summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-12-19 22:10:51 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-12-19 22:10:51 +0000
commited3034a52d0e7ecedd1a4f63c4d711dd110ca2c0 (patch)
tree5b6ea5756e17def235d87bcbc8d3a243f333a260 /www
parent2c8f904f31ca2af9f0e6deb82e62daf983b71745 (diff)
DR1048: drop top-level cv-qualifiers when deducing the return type of a
lambda-expression in C++11, to match the C++14 rules. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@224620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-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 4645e52042..d8dc9bcbc0 100644
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -6103,7 +6103,7 @@ and <I>POD class</I></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1048">1048</a></td>
<td>CD3</td>
<td><TT>auto</TT> deduction and lambda return type deduction.</td>
- <td class="none" align="center">Unknown</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr class="open" id="1049">
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1049">1049</a></td>