From b966afcc7adee0d96d773975758853ca1d79745d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 28 Mar 2021 14:21:12 -0700 Subject: [PATCH] Remove formattable --- include/fmt/core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 42e930a9..449ed042 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1391,8 +1391,6 @@ FMT_CONSTEXPR_DECL FMT_INLINE auto visit_format_arg( return vis(monostate()); } -template struct formattable : std::false_type {}; - namespace detail { #if FMT_GCC_VERSION && FMT_GCC_VERSION < 500