[PATCH] D36855: Fixed pointer to const& member function on rvalues, P0704r1
    Blitz Rakete via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Aug 17 17:39:26 PDT 2017
    
    
  
Rakete1111 created this revision.
This patch allows pointer to const& member functions on rvalues for C++20, and as an extension for prior versions. This is P0704r1 <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0704r1.html>.
https://reviews.llvm.org/D36855
Files:
  include/clang/Basic/DiagnosticGroups.td
  include/clang/Basic/DiagnosticSemaKinds.td
  lib/Sema/SemaExprCXX.cpp
  www/cxx_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36855.111588.patch
Type: text/x-patch
Size: 5344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170818/ca39b086/attachment.bin>
    
    
More information about the cfe-commits
mailing list