At 1:11am -0400 Thu, 21 Oct 2010, Kevin Hunter wrote:
3. Misinterpretation of __PRETTY_FUNCTION__?
============================================
What is __PRETTY_FUNCTION__?  It changed in GCC 3.4, I believe.  Now,
contrary to the implicit understanding from its all caps nature, it is
*not* a macro; it's a language identifier:

http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html

I need to learn to read more thoroughly. For C only, it was changed in GCC 3.4. It's apparently always been treated as a variable in C++:

"In C++, __FUNCTION__ and __PRETTY_FUNCTION__ have always been variables."

Cheers,

Kevin
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to