
6 Sep
2008
6 Sep
'08
9:07 a.m.
On Sat, Sep 6, 2008 at 1:48 AM, Peter Dimov <pdimov@pdimov.com> 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