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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user