Fix MSVC warnings

This commit is contained in:
vitaut 2015-07-08 07:35:57 -07:00
parent c669cbedf8
commit 6484a15ca0

View File

@ -133,6 +133,7 @@ struct IntChecker {
unsigned max = INT_MAX;
return value <= max;
}
static bool fits_in_int(bool) { return true; }
};
template <>