diff --git a/format.h b/format.h index 6e57047b..5d9f5265 100644 --- a/format.h +++ b/format.h @@ -773,7 +773,7 @@ class IsConvertibleToInt { typedef char no[2]; static const T &get(); - static yes &check(int); + static yes &check(fmt::ULongLong); static no &check(...); public: