diff --git a/include/CLI/TypeTools.hpp b/include/CLI/TypeTools.hpp index 1eab217fe..c4fc04188 100644 --- a/include/CLI/TypeTools.hpp +++ b/include/CLI/TypeTools.hpp @@ -322,8 +322,8 @@ struct type_count_base struct type_count_base::value && !is_mutable_container::value>::type> { - static constexpr int value{ // cppcheck-suppress unusedStructMember - std::tuple_size::type>::value}; + static constexpr int value{// cppcheck-suppress unusedStructMember + std::tuple_size::type>::value}; }; /// Type count base for containers is the type_count_base of the individual element