Boost.AFIO    Boost C++ Libraries
Defines
Macros

Defines

#define BOOST_AFIO_VALIDATE_INPUTS   1
 Validate inputs at the point of instantiation.

Define Documentation

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.

Definition at line 80 of file afio.hpp.


January, 2014

Copyright © 2013-2014 Niall Douglas, Cork, Ireland
Copyright © 2013 Paul Kirth, California
Documentation is generated by Doxygen