8 #include <hilti/rt/fmt.h> 9 #include <hilti/rt/logging.h> 10 #include <hilti/rt/util.h> 15 template<
typename... Args>
16 auto fmt(
const std::string& s,
const Args&... args) {
void fatalError(const std::string &msg) __attribute__((noreturn))
Definition: logging.cc:21
void internalError(const std::string &msg) __attribute__((noreturn))
Definition: logging.cc:16
std::string fmt(const char *fmt, const Args &... args)
Definition: fmt.h:13