diff --git a/format.h b/format.h index ada6577f..1ca67ce8 100644 --- a/format.h +++ b/format.h @@ -164,6 +164,9 @@ struct IntTraits : SignedIntTraits {}; template <> struct IntTraits : SignedIntTraits {}; +template <> +struct IntTraits : SignedIntTraits {}; + template struct IsLongDouble { enum {VALUE = 0}; };