In article <aanlktikpmgql8mktb9trjyo52h9-p1a5gkkxxhsae...@mail.gmail.com>,
Federico G. Benavento <benave...@gmail.com> wrote:
>isn't this redundant with cpp(1)'s __FUNCTION__?
>
>if __FUNCTION__ isn't standard, then we should change
>it to __func__ in cpp and that's it

I'm not sure what cpp's __FUNCTION__ is, but be careful, as it's
easy to loose some semantics in subtle ways and/or corner cases
when making such "easy" changes.  That said, isn't cpp independent
of the current compilers, and, as well, even if cpp were to support
some analogous capability, cpp does not normally have capability
to obtain function names as it is a later phase of translation.
-- 
Greg Comeau / 4.3.10.1 with C++0xisms now in beta!
Comeau C/C++ ONLINE ==>     http://www.comeaucomputing.com/tryitout
World Class Compilers:  Breathtaking C++, Amazing C99, Fabulous C90.
Comeau C/C++ with Dinkumware's Libraries... Have you tried it?

Reply via email to