diff --git a/src/format.cc b/src/format.cc index 5ac652df..267f74ee 100644 --- a/src/format.cc +++ b/src/format.cc @@ -37,6 +37,11 @@ template FMT_API std::string internal::vformat( template FMT_API format_context::iterator internal::vformat_to( internal::buffer&, string_view, basic_format_args); +template FMT_API int internal::snprintf_float(double, int, internal::float_spec, + internal::buffer&); +template FMT_API int internal::snprintf_float(long double, int, + internal::float_spec, + internal::buffer&); template FMT_API int internal::format_float(double, int, internal::float_spec, internal::buffer&); template FMT_API int internal::format_float(long double, int,