Add a dependency for function2

std::function requires the function to be CopyConstructable and thus
does not allow you to capture by move, which is exactly what we need.
This commit is contained in:
Robbert van der Helm
2020-10-27 22:52:57 +01:00
parent 28886e7073
commit 1a18ea8614
4 changed files with 16 additions and 0 deletions
Binary file not shown.