mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-06 19:40:10 +02:00
1a18ea8614
std::function requires the function to be CopyConstructable and thus does not allow you to capture by move, which is exactly what we need.