You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: