-
Notifications
You must be signed in to change notification settings - Fork 968
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix -Wdeprecated-this-capture warnings
C++20 deprecated implicit capturing of `this` in lambdas when capturing with `[=]`. Therefore these implicit captures are replaced by explicit ones. (This is backwards-compatible with earlier C++ standards that support lambdas.)
- Loading branch information
1 parent
91ab336
commit 5104ce2
Showing
2 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters