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
Since C++23, call operators can be declared static, which may lead to better generated code. Also, a lambda's operator() will also be declared static if it does not capture anything.