From 1d7066aee130a422eaba67bbf7b50f29951a60af Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 10 Feb 2003 16:25:41 +0000 Subject: [PATCH] __func__ is a predefined identifier, not a macro. [SVN r17308] --- current_function.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/current_function.html b/current_function.html index 158cd4e..e1b25d5 100644 --- a/current_function.html +++ b/current_function.html @@ -21,7 +21,7 @@

The header <boost/current_function.hpp> defines a single macro, BOOST_CURRENT_FUNCTION, similar to the - C99 macro __func__. + 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