Cantera 2.6.0
|
Wrapper for either system-installed or local headers for fmt. More...
Go to the source code of this file.
Namespaces | |
namespace | fmt |
Versions 6.2.0 and 6.2.1 of fmtlib do not include this define before they include windows.h, breaking builds on Windows. | |
Macros | |
#define | FMT_NO_FMT_STRING_ALIAS |
Do not use the fmt macro from fmtlib because it shadows a function of the same name in kinetics/Group.h. More... | |
Typedefs | |
using | memory_buffer = MemoryWriter |
Functions | |
template<typename... Args> | |
void | format_to (fmt::memory_buffer &b, Args... args) |
std::string | to_string (fmt::memory_buffer &b) |
template<typename... Args> | |
void | fmt_append (fmt::memory_buffer &b, Args... args) |
Wrapper for either system-installed or local headers for fmt.
Definition in file fmt.h.
#define FMT_NO_FMT_STRING_ALIAS |
Do not use the fmt macro from fmtlib because it shadows a function of the same name in kinetics/Group.h.