[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]")

Taewook Oh via cfe-commits cfe-commits at lists.llvm.org
Sat May 21 10:58:53 PDT 2016


twoh added a comment.

Hmm, yes it seems not so simple to move the call to another place. If I come up with a better idea I'll submit it as a separate patch, as I don't want to block this one. Thank you for your work, @faisalv!


http://reviews.llvm.org/D19783





More information about the cfe-commits mailing list