mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
__func__ is a predefined identifier, not a macro.
[SVN r17308]
This commit is contained in:
parent
12272a38d4
commit
1d7066aee1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user