Fix undefined reference error

This commit is contained in:
Dmitriy Kurkin 2020-07-07 20:17:45 +08:00
parent 9f0b3afb79
commit 2917fe0849

View File

@ -1765,7 +1765,7 @@ std::basic_string<Char> vformat(
basic_string_view<Char> format_str, basic_string_view<Char> format_str,
basic_format_args<buffer_context<type_identity_t<Char>>> args); basic_format_args<buffer_context<type_identity_t<Char>>> args);
std::string vformat(string_view format_str, format_args args); FMT_API std::string vformat(string_view format_str, format_args args);
template <typename Char> template <typename Char>
typename buffer_context<Char>::iterator vformat_to( typename buffer_context<Char>::iterator vformat_to(