------- 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