mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 21:07:22 +02:00
Use std::quick_exit instead of ::quick_exit
This commit is contained in:
@ -49,7 +49,7 @@ BOOST_NORETURN void quick_exit( int code ) BOOST_NOEXCEPT
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
::quick_exit( code );
|
std::quick_exit( code );
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user