Commit fb2be485 authored by Victor Zverovich's avatar Victor Zverovich

Fix non-gcc builds.

parent db2cf61c
...@@ -45,6 +45,8 @@ ...@@ -45,6 +45,8 @@
#ifdef __GNUC__ #ifdef __GNUC__
# define FMT_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__) # define FMT_GCC_VERSION (__GNUC__ * 100 + __GNUC_MINOR__)
# define FMT_GCC_EXTENSION __extension__ # define FMT_GCC_EXTENSION __extension__
#else
# define FMT_GCC_EXTENSION
#endif #endif
// Compatibility with compilers other than clang. // Compatibility with compilers other than clang.
......
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