Emit a fatal error and mark the report as the highest severity.
<mrdocs/Support/Report.hpp>template<class... Args>
void
fatal(
Located<std::string_view> format,
Args...&&... args);
| Name | Description |
|---|---|
| format | fmt-style format string. |
| args | Arguments substituted into the format string. |