[PATCH] D19783: Fix cv-qualification of '*this' captures (and nasty bug PR27507 introduced by commit 263921 "Implement Lambda Capture of *this by Value as [=, *this]")

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Wed May 18 10:35:02 PDT 2016


rsmith added a subscriber: rsmith.
rsmith added a comment.

I'd also like to know whether there are cases that this patch addresses but
Taewook Oh's patch does not, as the other patch involves a lot less
complexity.


http://reviews.llvm.org/D19783





More information about the cfe-commits mailing list