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
There have been a few requests for this already. It's a bit borderline because Compat is supposed to not contain interface types as they would cause ABI issues if selectively mapped to std counterparts with using, but user demand for move_only_function probably justifies bending the rules for it.
Analogue of
std
's one ( https://en.cppreference.com/w/cpp/utility/functional/move_only_function )The text was updated successfully, but these errors were encountered: