Update current_function.adoc

This commit is contained in:
Peter Dimov
2017-06-05 18:23:12 +03:00
committed by GitHub
parent f5eda28c9f
commit 1e63b47508

View File

@@ -9,8 +9,8 @@ http://www.boost.org/LICENSE_1_0.txt
## BOOST_CURRENT_FUNCTION ## BOOST_CURRENT_FUNCTION
The header `boost/current_function.hpp` defines a single macro, `BOOST_CURRENT_FUNCTION`, The header `<boost/current_function.hpp>` defines a single macro, `BOOST_CURRENT_FUNCTION`,
similar to the C99 predefined identifier `__func__`. similar to the C99 predefined identifier `\\__func__`.
`BOOST_CURRENT_FUNCTION` expands to a string literal containing `BOOST_CURRENT_FUNCTION` 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