From 09f42fd23fd82340c1e04d0ca2161e79a87782d9 Mon Sep 17 00:00:00 2001 From: Raphael Grimm Date: Sun, 31 Oct 2021 14:43:38 +0100 Subject: [PATCH] Suppress fals positive of cppcheck --- include/nlohmann/json_fwd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nlohmann/json_fwd.hpp b/include/nlohmann/json_fwd.hpp index 7d814dafa..af3ce7a29 100644 --- a/include/nlohmann/json_fwd.hpp +++ b/include/nlohmann/json_fwd.hpp @@ -46,7 +46,7 @@ template class ObjectType = template class AllocatorType = std::allocator, template class JSONSerializer = adl_serializer, - class BinaryType = std::vector, + class BinaryType = std::vector, // cppcheck-suppress syntaxError class CustomBaseClass = void> class basic_json;