$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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?