From c91cb64e27d445a04507413f8288f70653dbae97 Mon Sep 17 00:00:00 2001 From: denchat <19730041+denchat@users.noreply.github.com> Date: Mon, 12 Apr 2021 11:53:42 +0700 Subject: [PATCH] Restore the original behavior FMT_INSTANTIATION_DEF_API follows FMT_API --- include/fmt/core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 2008e64e..45bf19bb 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -206,7 +206,6 @@ #if !defined(FMT_HEADER_ONLY) && defined(_WIN32) # define FMT_CLASS_API FMT_MSC_WARNING(suppress : 4275) -# define FMT_INSTANTIATION_DEF_API # ifdef FMT_EXPORT # define FMT_API __declspec(dllexport) # define FMT_EXTERN_TEMPLATE_API FMT_API