forked from fmtlib/fmt
Fix more warnings.
This commit is contained in:
2
format.h
2
format.h
@@ -224,7 +224,7 @@ struct TypeSelector<false> { typedef uint64_t Type; };
|
|||||||
template <bool IsSigned>
|
template <bool IsSigned>
|
||||||
struct SignChecker {
|
struct SignChecker {
|
||||||
template <typename T>
|
template <typename T>
|
||||||
static bool IsNegative(T value) { return false; }
|
static bool IsNegative(T) { return false; }
|
||||||
};
|
};
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
|
Reference in New Issue
Block a user