[#BloombergLP-bsls-Assert-abortUponReturningAssertionFailureHandler] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Assert.adoc[Assert]::abortUponReturningAssertionFailureHandler :relfileprefix: ../../../ :mrdocs: Return `true` if `k_permitOutOfPolicyReturningAssertionBuildKey` does not have the value "bsls‐PermitOutOfPolicyReturn" or `permitOutOfPolicyReturningFailureHandler` has not previously been invoked, and `false` otherwise. Note that returning `true` indicates that `bsls::Assert` should abort the task if the currently installed assertion‐failure handler returns normally (after the detection of a failed assertion). == Synopsis Declared in `<bsls_assert.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool abortUponReturningAssertionFailureHandler(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#