diff --git a/include/fmt/format.h b/include/fmt/format.h index 4a535157..dab1c258 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -532,14 +532,7 @@ class basic_fixed_buffer : public internal::basic_buffer { namespace internal { template -struct char_traits { - template - static int format_float(Char *buffer, std::size_t size, - const Char *format, unsigned width, int precision, T value) { - // TODO - return 0; - } -}; +struct char_traits; template <> struct char_traits {