Boost logo

Boost :

From: Alisdair Meredith (alisdair.meredith_at_[hidden])
Date: 2002-02-05 11:17:05


Shouldn't that be

#include <cassert>

or have I been picking up odd habits again?

AlisdairM

>>> darin_at_[hidden] 4 February 2002 20:14:20 >>>

I meant to say:

    #ifdef BOOST_ASSERT_CUSTOMIZATION_HEADER
    #include BOOST_ASSERT_CUSTOMIZATION_HEADER
    #endif

    #ifndef BOOST_ASSERT
    #include <assert.h>
    #define BOOST_ASSERT(expr) assert(expr)
    #endif

----------------------------------------------------------------------

For further information on Renault F1 visit our web site at www.renaultf1.com. This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please destroy and notify Renault F1 on +44 1608678000."

----------------------------------------------------------------------


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