Commit 1d2a556e authored by Dmitriy Kurkin's avatar Dmitriy Kurkin Committed by Victor Zverovich

Fix undefined reference error

parent 04c9b62f
......@@ -1769,7 +1769,7 @@ std::basic_string<Char> vformat(
basic_string_view<Char> format_str,
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>
typename FMT_BUFFER_CONTEXT(Char)::iterator vformat_to(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment