Fix clang warning about ignoring __declspec(dllexport) on basic_data<void> template instantitation definition (#2220)
This commit is contained in:
+2
-2
@@ -223,8 +223,8 @@
|
||||
#ifndef FMT_EXTERN_TEMPLATE_API
|
||||
# define FMT_EXTERN_TEMPLATE_API
|
||||
#endif
|
||||
#ifndef FMT_INSTANTIATION_DEF_API
|
||||
# define FMT_INSTANTIATION_DEF_API FMT_API
|
||||
#ifndef FMT_INSTANTIATION_DECL_API
|
||||
# define FMT_INSTANTIATION_DECL_API FMT_API
|
||||
#endif
|
||||
|
||||
#ifndef FMT_HEADER_ONLY
|
||||
|
||||
Reference in New Issue
Block a user