Allow compiling and using as DLL in windows #502

This commit is contained in:
Victor Zverovich
2018-01-28 20:50:43 -08:00
parent c753a2af39
commit 08dff3774c
4 changed files with 21 additions and 16 deletions

View File

@@ -345,7 +345,7 @@ class basic_printf_context :
using base::advance_to;
/** Formats stored arguments and writes the output to the range. */
FMT_API void format();
void format();
};
template <typename OutputIt, typename Char, typename AF>