Fix link error in windows with shared library.

This commit is contained in:
Andreas Schönle 2018-11-19 15:04:14 +01:00 committed by Victor Zverovich
parent 9d4ef94350
commit 702b3d1618

View File

@ -15,7 +15,7 @@ template internal::locale_ref::locale_ref(const std::locale &loc);
template FMT_API char internal::thousands_sep_impl(locale_ref);
template void internal::basic_buffer<char>::append(const char *, const char *);
template FMT_API void internal::basic_buffer<char>::append(const char *, const char *);
template void internal::arg_map<format_context>::init(
const basic_format_args<format_context> &args);