Return whether returning from an assertion-failure handler must abort.
Declared in <bsls_assert.h>
static
bool
abortUponReturningAssertionFailureHandler();
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).
true if returning from the handler must abort, else false