Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8006: Boost::Chrono Assertion at startup
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-06-15 08:46:03
#8006: Boost::Chrono Assertion at startup
-------------------------------+----------------------
Reporter: meckschlager@⦠| Owner: viboes
Type: Bugs | Status: reopened
Milestone: To Be Determined | Component: chrono
Version: Boost 1.50.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Comment (by viboes):
I don't know how to explain that QueryPerformanceCounter fails. Maybe the
following remark could explain it
{{{
"Remarks
On a multiprocessor computer, it should not matter which processor is
called. However, you can get different results on different processors due
to bugs in the basic input/output system (BIOS) or the hardware
abstraction layer (HAL)."
}}}
Anyway. it is surprising that Microsoft doesn't provides stead_clocks on
their C++11 library implementation (See some post on SO).
I addition neither gcc nor libC++ provide them on windows as
{{{
clock_gettime(CLOCK_MONOTONIC, &tp);
}}}
is not available.
What about not providing steady_clock on Windows?
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8006#comment:10> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:13 UTC