fmt/include
denchat 4f919b83c2
Add FMT_EXTERN_TEMPLATE_API for designate DLL export extern template
When exporting DLL, do not designate `__declspec(dllexport)` any template that has any explicit class template declaration a.k.a. `extern template`. Instead, designate `__declspec(dllexport)` at single point where we have explicit class template definition a.k.a. normal instantiation without `extern`

Note: this is a c++11 feature.
2019-05-02 13:32:00 +07:00
..
fmt Add FMT_EXTERN_TEMPLATE_API for designate DLL export extern template 2019-05-02 13:32:00 +07:00
format Add <format> test 2019-04-13 11:37:52 -07:00