mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 13:50:10 +01: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