8 #define FMT_NO_FMT_STRING_ALIAS 12 #define FMT_HEADER_ONLY 15 #include "fmt/format.h" 16 #if defined(FMT_VERSION) && FMT_VERSION >= 40000 17 #include "fmt/printf.h" 19 #include "fmt/ostream.h" 21 #include "cantera/ext/fmt/format.h" 22 #if defined(FMT_VERSION) && FMT_VERSION >= 40000 23 #include "cantera/ext/fmt/printf.h" 25 #include "cantera/ext/fmt/ostream.h" 28 #if !defined(FMT_VERSION) || FMT_VERSION < 50000 30 using memory_buffer = MemoryWriter;
32 template <
typename... Args>
33 void format_to(fmt::memory_buffer& b, Args... args) {
36 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...