diff --git a/include/bank_f.hpp b/include/bank_f.hpp index 988eb93..f93979a 100644 --- a/include/bank_f.hpp +++ b/include/bank_f.hpp @@ -19,7 +19,7 @@ INLINE Json::Value JsonReturn(T &&val) { res["value"] = (int)val; //becuase of json lib interpreting 67 as 'A' for example } - else if constexpr (std::is_same_v) + else if constexpr (std::is_same_v) { res["value"] = (Json::Int64)val; }