Internal helper. The noreturn enables optimizers to discard invalid paths.
Declared in <util/check.h>
[[noreturn]]
void
assertion_fail(
std::source_location const& loc,
std::string_view assertion);
This function does not return.
| Name | Description |
|---|---|
| loc | The source location of the failed assertion. |
| assertion | The failed assertion text. |