mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +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
|
||||
|
||||
::quick_exit( code );
|
||||
std::quick_exit( code );
|
||||
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user