From e80aba1c2baff290f05bc6bcc4d4abd84461c3c8 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 14 Apr 2018 12:40:53 -0700 Subject: [PATCH] Remove format_float stub --- include/fmt/format.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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 {