From 357950e06b9a5172b8ba1f90292c0805459a2e64 Mon Sep 17 00:00:00 2001 From: vitaut Date: Mon, 16 Mar 2015 19:02:25 -0700 Subject: [PATCH] Fix warnings on braindamaged compilers (aka MSVC) --- format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: