Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Fix the build error ``` fbcode/wangle/ssl/TLSCredProcessor.cpp:89:7: error: implicit capture of 'this' with a capture default of '=' is deprecated [-Werror,-Wdeprecated-this-capture] 89 | ticketFileUpdated(ticketFile_, password_); | ^ fbcode/wangle/ssl/TLSCredProcessor.cpp:88:31: note: add an explicit capture of 'this' to capture '*this' by reference 88 | auto ticketsChangedCob = [=]() { | ^ | , this 1 error generated. ``` Differential Revision: D65746673 fbshipit-source-id: 6ef3352183d0ba8de2e3e4114c5ba2917bbab253
- Loading branch information