From 9d3aa5a253ede174b40232a8d9dd6811b72a9ab1 Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 14 Jun 2019 20:44:46 +0300 Subject: [PATCH] Revert last commit --- src/spdlog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/spdlog.cpp b/src/spdlog.cpp index 35b213ed..d888dc4f 100644 --- a/src/spdlog.cpp +++ b/src/spdlog.cpp @@ -92,6 +92,8 @@ template FMT_API int internal::char_traits::format_float(char *, std::size template FMT_API int internal::char_traits::format_float(char *, std::size_t, const char *, int, long double); template FMT_API std::string internal::vformat(string_view, basic_format_args); template FMT_API format_context::iterator internal::vformat_to(internal::buffer &, string_view, basic_format_args); +template FMT_API void internal::sprintf_format(double, internal::buffer &, core_format_specs); +template FMT_API void internal::sprintf_format(long double, internal::buffer &, core_format_specs); // Explicit instantiations for wchar_t. template FMT_API wchar_t internal::thousands_sep_impl(locale_ref);