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);

Return Value

Note

This function does not return.

Parameters

Name

Description

message

The error message to report.

Created with MrDocs