Emulate the invocation of the standard assert macro with a false argument, using the specified violation to generate an output message and then, after logging, unconditionally abort.

Synopsis

Declared in <bsls_review.h>

[[noreturn]]
static
void
failByAbort(ReviewViolation const& violation);

Return Value

Note

This function does not return.

Created with MrDocs