Commit c2a6903e authored by Victor Zverovich's avatar Victor Zverovich

Define FMT_FUNC to nothing if FMT_HEADER_ONLY is not defined

parent d9c605c6
......@@ -83,6 +83,8 @@ using fmt::internal::Arg;
#ifdef FMT_HEADER_ONLY
# define FMT_FUNC inline
#else
# define FMT_FUNC
#endif
#if _MSC_VER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment