You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
0 commit comments