mirror of
https://github.com/boostorg/core.git
synced 2025-07-31 13:27:29 +02:00
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