fmt::report_error

Reports a format error at compile time or, via a format_error exception, at runtime.

Synopsis

Declared in <fmt/base.h>
[[noreturn]]
void
report_error(char const* message);


Created with MrDocs