Rename FMT_INSTANTIATION_DEF_API

Rename FMT_INSTANTIATION_DEF_API to FMT_INSTANTIATION_DECL_API

[MinGW] Fix dllexport of explicit template instantiation
https://reviews.llvm.org/D61118
This commit is contained in:
denchat 2021-04-12 22:15:42 +07:00 committed by GitHub
parent 9687bce2f1
commit 86588265c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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