2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-02 21:32:08 +00:00

Merge pull request #6 from Lastique/patch-1

Fix compilation on Windows
This commit is contained in:
Vicente J. Botet Escriba
2014-03-10 18:55:19 +01:00

View File

@@ -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;
}