Fix warnings on braindamaged compilers (aka MSVC)

This commit is contained in:
vitaut 2015-03-16 19:02:25 -07:00
parent df47d819b9
commit 357950e06b

View File

@ -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: