From 1e63b47508dd614183c0a03434b0ccccb409b389 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 5 Jun 2017 18:23:12 +0300 Subject: [PATCH] Update current_function.adoc --- doc/current_function.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/current_function.adoc b/doc/current_function.adoc index f202316..4b8cbe2 100644 --- a/doc/current_function.adoc +++ b/doc/current_function.adoc @@ -9,8 +9,8 @@ http://www.boost.org/LICENSE_1_0.txt ## BOOST_CURRENT_FUNCTION -The header `boost/current_function.hpp` defines a single macro, `BOOST_CURRENT_FUNCTION`, -similar to the C99 predefined identifier `__func__`. +The header `` defines a single macro, `BOOST_CURRENT_FUNCTION`, +similar to the C99 predefined identifier `\\__func__`. `BOOST_CURRENT_FUNCTION` expands to a string literal containing the (fully qualified, if possible) name of the enclosing function. If there is