Hello, I recently updated the vdksoft signals library in the signal-slot-benchmarks repository and encountered an issue with the connect method.
Specifically, on this line, msvc was upset about the tuple wrapper around the slot arguments saying that:
"'generate': is not a member of 'std::tuple<Rng &>"
Note that the vdk::lite version does not have this issue and compiles / runs fine.
(here are the msvc benchmark results)
Hello, I recently updated the vdksoft signals library in the signal-slot-benchmarks repository and encountered an issue with the connect method.
Specifically, on this line, msvc was upset about the tuple wrapper around the slot arguments saying that:
"'generate': is not a member of 'std::tuple<Rng &>"
Note that the vdk::lite version does not have this issue and compiles / runs fine.
(here are the msvc benchmark results)