summaryrefslogtreecommitdiffstats
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-08-25 01:47:55 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-08-25 01:47:55 +0000
commit919821dc0929434575970141452ddc05fb017b1b (patch)
tree3adb6bcc27e4bb787a876afbe211571241dc7494 /www/cxx_status.html
parente56545f4e182a5c06b952f1d1a91ec20a3b8fb80 (diff)
[c++2a] P0704R1: Allow pointers to const& member functions to be called on rvalues.
Patch by Blitz Rakete! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311744 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index db5a93c91a..f4fb9086dd 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -802,7 +802,7 @@ as the draft C++2a standard evolves.
<tr>
<td><tt>const&amp;</tt>-qualified pointers to members</td>
<td><a href="http://wg21.link/p0704r1">P0704R1</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Allow <i>lambda-capture</i> <tt>[=, this]</tt></td>