Fixed broken build under GCC 5.4.
This diff fixes broken build caused by D108550. Under GCC 5, auto lambdas that capture this require `this->` for member calls. Reviewed By: bondhugula Differential Revision: https://reviews.llvm.org/D114659
Loading
Please sign in to comment