forked from boostorg/core
Mark verbose_terminate_handler as inline
This commit is contained in:
@@ -24,7 +24,7 @@ namespace boost
|
||||
namespace core
|
||||
{
|
||||
|
||||
BOOST_NORETURN void verbose_terminate_handler()
|
||||
BOOST_NORETURN inline void verbose_terminate_handler()
|
||||
{
|
||||
std::set_terminate( 0 );
|
||||
|
||||
|
Reference in New Issue
Block a user