fmtlegacy/include/fmt
denchat 52bd62c72f
Create separate dllexport marking points for clang and msvc. (#2229)
* 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
2021-04-16 12:34:18 -07:00
..
args.h Fix handling of types with to_string_view and formatter specialization (#2180) 2021-03-18 11:25:43 -07:00
chrono.h Tag official API for module export (#2235) 2021-04-16 11:04:55 -07:00
color.h Tag official API for module export (#2235) 2021-04-16 11:04:55 -07:00
compile.h Tag official API for module export (#2235) 2021-04-16 11:04:55 -07:00
core.h Create separate dllexport marking points for clang and msvc. (#2229) 2021-04-16 12:34:18 -07:00
format-inl.h Fix a link 2021-04-03 09:14:52 -07:00
format.h Create separate dllexport marking points for clang and msvc. (#2229) 2021-04-16 12:34:18 -07:00
locale.h Tag official API for module export (#2235) 2021-04-16 11:04:55 -07:00
os.h Add speech synthesis support 2021-04-01 09:19:36 -07:00
ostream.h Tag official API for module export (#2235) 2021-04-16 11:04:55 -07:00
posix.h Consistently namespace qualify size_t 2020-05-07 15:59:46 -07:00
printf.h Tag official API for module export (#2235) 2021-04-16 11:04:55 -07:00
ranges.h Tag official API for module export (#2235) 2021-04-16 11:04:55 -07:00