mirror of
https://github.com/fmtlib/fmt.git
synced 2025-11-28 13:19:48 +01:00
* add FMT_INSTANTIATION_DEF_API for msvc This should fix https://github.com/fmtlib/fmt/issues/2228 To fix difference dllexport requirements msvc: dllexport at template instantiation definition in format.cc clang: dllexport at template instantiation declaration (extern template) in format.h