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

Thread: fix TIME_UTC, WINVER, constexpr for tags, and don't use local files

[SVN r78802]
This commit is contained in:
Vicente J. Botet Escriba
2012-06-03 18:11:52 +00:00
parent 1013ce68c1
commit e09105de98
32 changed files with 152 additions and 85 deletions

View File

@@ -14,7 +14,7 @@ struct thread_alarm
void operator()()
{
boost::xtime xt;
boost::xtime_get(&xt, boost::TIME_UTC);
boost::xtime_get(&xt, boost::TIME_UTC_);
xt.sec += m_secs;
boost::thread::sleep(xt);