mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-27 12:49:46 +01:00
Allow compiling and using as DLL in windows #502
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user