Wrapper around fmt::format and friends to produce sensible error messages. More...
#include <exception>
#include <fmt-5.3.0/include/fmt/format.h>
#include <fmt-5.3.0/include/fmt/ostream.h>
#include "inc/util/backtrace.h"
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
template<typename... Args> | |
std::string | syten::format (std::string_view const &fmstr, Args &&... args) |
Wrapper around fmt::format() to catch exceptions and provide better error messages. More... | |
Wrapper around fmt::format and friends to produce sensible error messages.