Skip to content

Commit

Permalink
Fix undefined reference error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurkin authored and vitaut committed Jul 7, 2020
1 parent 04c9b62 commit 1d2a556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 1d2a556

Please sign in to comment.