From 5e700cc5f30915f90dad16fcc94b26e8a3f69b9a 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 +- single_include/nlohmann/json.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/nlohmann/json_fwd.hpp b/include/nlohmann/json_fwd.hpp index b10f36f9d9..27ea6d852d 100644 --- a/include/nlohmann/json_fwd.hpp +++ b/include/nlohmann/json_fwd.hpp @@ -36,7 +36,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; diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index c079e3e1ba..66d8cd9f3a 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -3182,7 +3182,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;