Commit a909d42b authored by Victor Zverovich's avatar Victor Zverovich

Fix a warning

parent 16637341
......@@ -201,6 +201,7 @@
# ifdef FMT_EXPORT
# define FMT_API __declspec(dllexport)
# define FMT_EXTERN_TEMPLATE_API FMT_API
# define FMT_EXPORTED
# elif defined(FMT_SHARED)
# define FMT_API __declspec(dllimport)
# define FMT_EXTERN_TEMPLATE_API FMT_API
......
......@@ -763,7 +763,7 @@ template <typename T = void> struct FMT_EXTERN_TEMPLATE_API basic_data {
static const char right_padding_shifts[5];
};
#ifndef FMT_EXPORT
#ifndef FMT_EXPORTED
FMT_EXTERN template struct basic_data<void>;
#endif
......
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