$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] BOOST_CURRENT_FUNCTION on Sun C++
From: Simon Atanasyan (atanasyan_at_[hidden])
Date: 2008-09-06 05:07:39
On Sat, Sep 6, 2008 at 1:48 AM, Peter Dimov <pdimov_at_[hidden]> wrote:
> Is there a way to detect that -features=extensions is in effect and __func__
> is supported? Does -features=extensions define a corresponding macro, or if
> it doesn't, is __func__ itself detectable via #ifdef __func__?
There is no (even undocumented) way to detect this.
-- Simon Atanasyan