From 4fe8dd675bf49ca444d5bab2f7433cfce1e91db1 Mon Sep 17 00:00:00 2001 From: Darin Adler Date: Thu, 24 Jan 2002 19:15:30 +0000 Subject: [PATCH] Mark inline to avoid warning with "require prototypes" on. [SVN r12490] --- include/boost/current_function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/current_function.hpp b/include/boost/current_function.hpp index e44e26b..6d52404 100644 --- a/include/boost/current_function.hpp +++ b/include/boost/current_function.hpp @@ -22,7 +22,7 @@ namespace boost namespace detail { -void current_function_helper() +inline void current_function_helper() { #if defined(__GNUC__)