diff --git a/include/fmt/format-inl.h b/include/fmt/format-inl.h index 87663901..db539346 100644 --- a/include/fmt/format-inl.h +++ b/include/fmt/format-inl.h @@ -245,9 +245,11 @@ struct fp { template explicit FMT_CONSTEXPR fp(Float n) { assign(n); } template - using is_supported = bool_constant::digits == 64>; + using is_supported = + bool_constant::digits == 64)>; // Assigns d to this and return true iff predecessor is closer than successor. template ::value)>