diff --git a/src/core/jsonutil.h b/src/core/jsonutil.h index 44b70fd6..bee07c92 100644 --- a/src/core/jsonutil.h +++ b/src/core/jsonutil.h @@ -36,8 +36,8 @@ static nlohmann::json parse_jsonc(std::string& s) return j; } -template