Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-05-23 14:30:24


Pavel Vozenilek wrote:
>
> const char* x = __FUNCTION__; works
> while
> #if defined (__FUNCTION__) doesn't;
>
> #define BOOST_CURRENT_FUNCTON __FUNCTION__
> has the expected effect.
>
> Intel recomended way to recognize its compiler is testing against
> __INTEL_COMPILER (numeric, version 7 == 700, 6 == 600).

Can someone verify whether __FUNCTION__ or __PRETTY_FUNCTION__ works on
Intel/linux?


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