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
+1
View File
@@ -499,6 +499,7 @@ the following dependencies:
The following dependencies are included in the repository as a Meson wrap:
- bitsery
- function2
- tomlplusplus
The project can then be compiled as follows: