Set the no‐abort mode for this test allocator to flagValue.
Synopsis
Declared in <bslma_testallocator.h>
void
setNoAbort(bool flagValue);
Description
Set the no‐abort mode for this test allocator to the specified (boolean) flagValue. If flagValue is true, aborting on fatal errors is suppressed, and the functions simply return. Diagnostics are not affected. Note that the default mode is to abort. Also note that this function is provided primarily to enable visual testing of diagnostic messages produced by this component.
Parameters
Name |
Description |
flagValue |
|
Created with MrDocs