diff --git a/include/fmt/format.h b/include/fmt/format.h index 01eb74cb..d4fa94d2 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2322,10 +2322,6 @@ template struct format_type : std::integral_constant::value != custom_type> {}; -// Specifies whether to format enums. -template -struct format_enum : std::integral_constant::value> {}; - template