[#BloombergLP-bsls-Review-failByAbort] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Review.adoc[Review]::failByAbort :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[noreturn]] static void failByAbort(xref:BloombergLP/bsls/ReviewViolation.adoc[ReviewViolation] const& violation); ---- == Return Value [NOTE] ==== This function https://en.cppreference.com/cpp/language/attributes/noreturn[does not return^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#