Defines | |
#define | BOOST_AFIO_VALIDATE_INPUTS 1 |
Validate inputs at the point of instantiation. |
#define BOOST_AFIO_VALIDATE_INPUTS 1 |
Validate inputs at the point of instantiation.
Turns on the checking of inputs for validity and throwing of exception conditions at the point of instantiation rather than waiting until those inputs are sent for dispatch. This, being very useful for debugging, defaults to 1 except when `NDEBUG` is defined i.e. final release builds.
January, 2014 |
Copyright © 2013-2014 Niall Douglas, Cork, Ireland Copyright © 2013 Paul Kirth, California |