Boost logo

Boost :

From: Bertolt Mildner (Bertolt.Mildner_at_[hidden])
Date: 2002-11-15 14:23:12


> > > #include <boost/current_function.hpp>
> >
> > I don't follow what this is about. The "handler," as I
> > understand it, is assertion_failed() declared below, so
> > why this header?
>
> boost/current_function.hpp defines the
> BOOST_CURRENT_FUNCTION macro.

BTW: CW also defines __PRETTY_FUNCTION__ (at least since 8.0)

diff -r1.3 current_function.hpp
30c30
< #if defined(__GNUC__)

---
> #if defined(__GNUC__) || (defined(__MWERKS__) && (__MWERKS__ >= 0x3000))
-- 
Free Crypto Token - FCT
www.FreeCryptoToken.org

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