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
Are not the predicates, comparators etc. in modern C++supposed to be very lightweight objects passed by values? What benefits of moving those are expected, especially "even without having capture list"?
I guess, even without having capture list we could benefit from using
std::move(__comp)
andstd::move(__proj)
.Originally posted by @rarutyun in #1471 (comment)
The text was updated successfully, but these errors were encountered: