-
Lioncash authored
std::function instances can potentially allocate. std::moveing them prevents an avoidable allocation in that case.
3fa2b218
Loading
std::function instances can potentially allocate. std::moveing them prevents an avoidable allocation in that case.