[#BloombergLP-bsls-Assert-failAbort] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Assert.adoc[Assert]::failAbort :relfileprefix: ../../../ :mrdocs: *DEPRECATED*: Use `failByAbort` instead. == Synopsis Declared in `<bsls_assert.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[noreturn]] static void failAbort( char const* comment, char const* file, int line); ---- == Description Emulate the invocation of the standard `assert` macro with a `false` argument, using the specified expression `comment`, `file` name, and `line` number to generate a helpful output message and then, after logging, unconditionally aborting. == Return Value [NOTE] ==== This function https://en.cppreference.com/cpp/language/attributes/noreturn[does not return^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#