8 #define FMT_NO_FMT_STRING_ALIAS
12 #define FMT_HEADER_ONLY
17 #if defined(_WIN32) && !defined(NOMINMAX)
21 #include "fmt/format.h"
22 #if defined(FMT_VERSION) && FMT_VERSION >= 40000
23 #include "fmt/printf.h"
25 #include "fmt/ostream.h"
27 #include "cantera/ext/fmt/format.h"
28 #if defined(FMT_VERSION) && FMT_VERSION >= 40000
29 #include "cantera/ext/fmt/printf.h"
31 #include "cantera/ext/fmt/ostream.h"
34 #if !defined(FMT_VERSION) || FMT_VERSION < 50000
36 using memory_buffer = MemoryWriter;
38 template <
typename... Args>
39 void format_to(fmt::memory_buffer& b, Args... args) {
42 inline std::string to_string(fmt::memory_buffer& b) {
This file contains definitions of terms that are used in internal routines and are unlikely to need m...
Versions 6.2.0 and 6.2.1 of fmtlib do not include this define before they include windows....