mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-28 13:19:48 +01:00
Fix a warning
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user