Suppress fals positive of cppcheck

This commit is contained in:
Raphael Grimm 2021-10-31 14:43:38 +01:00 committed by barcode
parent 8f4d8a6f93
commit 09f42fd23f

View File

@ -46,7 +46,7 @@ template<template<typename U, typename V, typename... Args> class ObjectType =
template<typename U> class AllocatorType = std::allocator,
template<typename T, typename SFINAE = void> class JSONSerializer =
adl_serializer,
class BinaryType = std::vector<std::uint8_t>,
class BinaryType = std::vector<std::uint8_t>, // cppcheck-suppress syntaxError
class CustomBaseClass = void>
class basic_json;