mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-07 08:31:16 +00:00
Fix link error in windows with shared library.
This commit is contained in:
parent
9d4ef94350
commit
702b3d1618
@ -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 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(
|
template void internal::arg_map<format_context>::init(
|
||||||
const basic_format_args<format_context> &args);
|
const basic_format_args<format_context> &args);
|
||||||
|
Loading…
Reference in New Issue
Block a user