__func__ is a predefined identifier, not a macro.

[SVN r17308]
This commit is contained in:
Peter Dimov 2003-02-10 16:25:41 +00:00
parent 12272a38d4
commit 1d7066aee1

View File

@ -21,7 +21,7 @@
<p> <p>
The header <STRONG>&lt;boost/current_function.hpp&gt;</STRONG> defines a single The header <STRONG>&lt;boost/current_function.hpp&gt;</STRONG> defines a single
macro, <STRONG>BOOST_CURRENT_FUNCTION</STRONG>,<STRONG> </STRONG>similar to the macro, <STRONG>BOOST_CURRENT_FUNCTION</STRONG>,<STRONG> </STRONG>similar to the
C99 macro <STRONG>__func__</STRONG>. C99 predefined identifier <STRONG>__func__</STRONG>.
</p> </p>
<P><STRONG>BOOST_CURRENT_FUNCTION</STRONG> expands to a string literal containing <P><STRONG>BOOST_CURRENT_FUNCTION</STRONG> expands to a string literal containing
the (fully qualified, if possible) name of the enclosing function. If there is the (fully qualified, if possible) name of the enclosing function. If there is