From c68bab701473686ab77e15bac6bb743d86dfa5b6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 1 Aug 2018 07:11:53 -0700 Subject: [PATCH] Remove broken fmt::internal::format_enum (#818) --- include/fmt/format.h | 14 -------------- include/fmt/ostream.h | 5 ----- test/format-test.cc | 4 ++++ 3 files changed, 4 insertions(+), 19 deletions(-) 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