11 #ifndef FMT_HEADER_ONLY
12 # define FMT_HEADER_ONLY
16 #ifndef FMT_EXCEPTIONS
17 # define FMT_EXCEPTIONS 0
23 # define FMT_USE_GRISU 1
28 #ifndef FMT_DEPRECATED_OSTREAM
29 # define FMT_DEPRECATED_OSTREAM 1
33 #if OIIO_GNUC_VERSION >= 70000
34 # pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
36 #if OIIO_INTEL_LLVM_COMPILER
37 # pragma GCC diagnostic ignored "-Wtautological-constant-compare"