mirror of
https://github.com/boostorg/thread.git
synced 2026-02-15 13:32:10 +00:00
Thread: minor refactorings
[SVN r81842]
This commit is contained in:
@@ -330,7 +330,7 @@ namespace boost
|
||||
|
||||
bool thread::joinable() const BOOST_NOEXCEPT
|
||||
{
|
||||
return (get_thread_info)() != 0;
|
||||
return (get_thread_info)() ? true : false;
|
||||
}
|
||||
bool thread::join_noexcept()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user