8#define FMT_NO_FMT_STRING_ALIAS
11 #include <fmt/format.h>
12 #include <fmt/printf.h>
13 #include <fmt/ostream.h>
15 #include "cantera/ext/fmt/format.h"
16 #include "cantera/ext/fmt/printf.h"
17 #include "cantera/ext/fmt/ostream.h"
20template <
typename... Args>
21void fmt_append(fmt::memory_buffer& b,
const std::string& tmpl, Args... args) {
22 format_to(fmt::appender(b), fmt::runtime(tmpl), args...);
25#if FMT_VERSION > 100000
27 #include <fmt/ranges.h>
This file contains definitions of constants, types and terms that are used in internal routines and a...