mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 12:57:26 +02:00
To silence Intel Compiler warnings function forward declarations are now inline.
This commit is contained in:
@ -37,8 +37,8 @@ namespace boost
|
||||
namespace core
|
||||
{
|
||||
|
||||
char const * demangle_alloc( char const * name ) BOOST_NOEXCEPT;
|
||||
void demangle_free( char const * name ) BOOST_NOEXCEPT;
|
||||
inline char const * demangle_alloc( char const * name ) BOOST_NOEXCEPT;
|
||||
inline void demangle_free( char const * name ) BOOST_NOEXCEPT;
|
||||
|
||||
class scoped_demangled_name
|
||||
{
|
||||
|
Reference in New Issue
Block a user