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.
Declared in <bsls_review.h>
[[noreturn]]
static
void
failByAbort(ReviewViolation const& violation);
This function does not return.