diff --git a/fmt/format.h b/fmt/format.h index c84e3a0d..541e6743 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -831,7 +831,7 @@ class CharTraits : public BasicCharTraits { extern template int CharTraits::format_float (char *buffer, std::size_t size, const char* format, unsigned width, int precision, double value); -extern template int CharTraits::format_float::format_float (char *buffer, std::size_t size, const char* format, unsigned width, int precision, long double value); #endif