mirror of
https://github.com/boostorg/core.git
synced 2025-09-26 09:10:55 +02:00
Mark verbose_terminate_handler as inline
This commit is contained in:
@@ -24,7 +24,7 @@ namespace boost
|
|||||||
namespace core
|
namespace core
|
||||||
{
|
{
|
||||||
|
|
||||||
BOOST_NORETURN void verbose_terminate_handler()
|
BOOST_NORETURN inline void verbose_terminate_handler()
|
||||||
{
|
{
|
||||||
std::set_terminate( 0 );
|
std::set_terminate( 0 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user