forked from boostorg/utility
Mark inline to avoid warning with "require prototypes" on.
[SVN r12490]
This commit is contained in:
@ -22,7 +22,7 @@ namespace boost
|
|||||||
namespace detail
|
namespace detail
|
||||||
{
|
{
|
||||||
|
|
||||||
void current_function_helper()
|
inline void current_function_helper()
|
||||||
{
|
{
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
|
Reference in New Issue
Block a user