diff --git a/format.cc b/format.cc index d69042fa..86fb6b69 100644 --- a/format.cc +++ b/format.cc @@ -133,6 +133,7 @@ struct IntChecker { unsigned max = INT_MAX; return value <= max; } + static bool fits_in_int(bool) { return true; } }; template <>