Construct the error from a failed assertion and its source location.
Declared in <util/check.h>
NonFatalCheckError(
std::string_view msg,
std::source_location const& loc);
| Name | Description |
|---|---|
| msg | The failed assertion text. |
| loc | The source location of the failed check. |