BDE 4.14.0 Production release
|
Undefine macros related to bsls_asserttest.h
.
This component provides a header that is included to undefine all macros defined in bsls_asserttest.h
, bsls_assert.h
, and bsls_review.h
; it is designed to be re-includable. This is for the use of the bsls_assertest test driver to enable it to re-include the bsls_asserttest.h
header with different input macros and verify that they output the correct resulting macro definitions.
To undefine all macros defined in bsls_asserttest.h
, bsls_assert.h
and bsls_review.h
, first disable the header include guard for this header (bsls_asserttest_macroreset.h
):
Then re-include this header, which will undefine the macros that were defined by bsls_asserttest.h
, bsls_assert.h
and bsls_review.h
:
Then define any macros that control the behaviors of bsls_asserttest.h
, bsls_assert.h
and bsls_review.h
for this particular test, then re-include bsls_asserttest.h
: