$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2006-06-22 09:24:58
On Thu, 22 Jun 2006 13:53:51 +0200, "Pavel Vozenilek"
<pavel_vozenilek_at_[hidden]> wrote:
>To Gennaro Prota:
> #ifdef __PRETTY_FUNCTION__
>doesn't work, just tried.
Hmm... who knows... just for my curiosity I've tried on version 8.38n
and it works :)
Anyway, regardless of the specific case, I find testing for features
rather than compilers to be a more robust approach. The latter should
be the fallback option.
--Gennaro.