diff --git a/fmt/format.h b/fmt/format.h index 3225028f..1a91026e 100644 --- a/fmt/format.h +++ b/fmt/format.h @@ -828,7 +828,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