mirror of
https://github.com/boostorg/thread.git
synced 2026-02-02 21:32:08 +00:00
@@ -342,7 +342,7 @@ namespace boost
|
||||
wait(m); // or do_wait(m,detail::timeout::sentinel());
|
||||
return true;
|
||||
}
|
||||
if (wait_duration.is_special_value())
|
||||
if (wait_duration.is_special())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user