From 2917fe0849d03db539c9fb5ba6037fc7ff9ad166 Mon Sep 17 00:00:00 2001 From: Dmitriy Kurkin Date: Tue, 7 Jul 2020 20:17:45 +0800 Subject: [PATCH] Fix undefined reference error --- include/fmt/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index c33ab5c1d364..33a333926bb7 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -1765,7 +1765,7 @@ std::basic_string vformat( basic_string_view format_str, basic_format_args>> 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 buffer_context::iterator vformat_to(