From 962fca21c58f802f06deefbccc309288f3a9c25c Mon Sep 17 00:00:00 2001 From: barcode Date: Tue, 12 Jul 2022 10:52:35 +0200 Subject: [PATCH] readd suppress for 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;