Define FMT_FUNC to nothing if FMT_HEADER_ONLY is not defined

This commit is contained in:
Victor Zverovich 2014-11-28 15:30:03 -08:00
parent d9c605c61f
commit c2a6903e19

View File

@ -83,6 +83,8 @@ using fmt::internal::Arg;
#ifdef FMT_HEADER_ONLY
# define FMT_FUNC inline
#else
# define FMT_FUNC
#endif
#if _MSC_VER