Update readme and add compatibility option

This commit is contained in:
Victor Zverovich
2020-03-26 07:06:25 -07:00
parent 21a295c272
commit 2864e8432a
2 changed files with 55 additions and 0 deletions

View File

@@ -43,6 +43,10 @@
#include "core.h"
#ifdef FMT_DEPRECATED_INCLUDE_OS
# include "os.h"
#endif
#ifdef __INTEL_COMPILER
# define FMT_ICC_VERSION __INTEL_COMPILER
#elif defined(__ICL)