[Libreoffice] ucb/source/ucb compilation error
Kevin Hunter
hunteke at earlham.edu
Wed Oct 20 22:19:21 PDT 2010
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
More information about the LibreOffice
mailing list