forked from boostorg/core
To silence Intel Compiler warnings function forward declarations are now inline.
This commit is contained in:
@@ -37,8 +37,8 @@ namespace boost
|
|||||||
namespace core
|
namespace core
|
||||||
{
|
{
|
||||||
|
|
||||||
char const * demangle_alloc( char const * name ) BOOST_NOEXCEPT;
|
inline char const * demangle_alloc( char const * name ) BOOST_NOEXCEPT;
|
||||||
void demangle_free( char const * name ) BOOST_NOEXCEPT;
|
inline void demangle_free( char const * name ) BOOST_NOEXCEPT;
|
||||||
|
|
||||||
class scoped_demangled_name
|
class scoped_demangled_name
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user