Wrapper: Make MSVC happy about constexpr lambda capture

nix
weefuzzy 4 years ago
parent 2f434f6498
commit 4d18d4d103

@ -76,7 +76,7 @@ struct FluidSCMessaging{
auto& args = msg->args;
constexpr size_t expectedArgCount = std::tuple_size<MandatoryArgsTuple>::value;
static constexpr size_t expectedArgCount = std::tuple_size<MandatoryArgsTuple>::value;
/// TODO this squawks if we have a completion message, so maybe we can check if extra arg is a 'b' and squawk if not?
// if(tags.size() > expectedArgCount)

Loading…
Cancel
Save