mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
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:
Reference in New Issue
Block a user