mirror of
https://github.com/boostorg/utility.git
synced 2025-07-31 21:34:46 +02:00
__func__ is a predefined identifier, not a macro.
[SVN r17308]
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<p>
|
<p>
|
||||||
The header <STRONG><boost/current_function.hpp></STRONG> defines a single
|
The header <STRONG><boost/current_function.hpp></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
|
||||||
|
Reference in New Issue
Block a user