This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/30811] __FUNCTION__ allowed in function declaration



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-02-15 22:54 -------
IIRC __FUNCTION__ is really __func__ defined by the C99 standard.  So is
__func__ allowed as a default argument in the C++0x?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30811


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]