Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-10-27 08:42:46


From: "Darin Adler" <darin_at_[hidden]>
> I suggest an extremely simple framework. My proposal for the entire
> configurable framework would be:
>
> #ifndef BOOST_ASSERT
> # include <cassert>
> # define BOOST_ASSERT(x) assert(x)
> #endif

"Minimal but complete." :-)

Perhaps too minimal, though. I can build everything I want on top of it, so
it's complete, but the amount of wheel reinventing will be huge.

For example, it's not configurable at runtime and doesn't support user
termination handlers (that will clean up things to make it possible for the
system assert() dialog, if there is one, to be seen.)

--
Peter Dimov
Multi Media Ltd.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk