Re: [Boost-bugs] [Boost C++ Libraries] #7719: C++11 steady_clock is not monotonic on Win32 & OSX

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7719: C++11 steady_clock is not monotonic on Win32 & OSX
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-11-25 15:09:35


#7719: C++11 steady_clock is not monotonic on Win32 & OSX
--------------------------------+-------------------------------------------
  Reporter: fnjordy@… | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: chrono
   Version: Boost 1.52.0 | Severity: Problem
Resolution: | Keywords:
--------------------------------+-------------------------------------------

Comment (by fnjordy@…):

 Of reference the Boost documentation defines `is_steady()` with the C++11
 definition of `is_monotonic()`, MSDN provides the following:

   A clock is ''monotonic'' if the value that is returned by a first call
 to `now()` is always less than or equal to the value that is returned by a
 subsequent call to `now()`.

   A clock is ''steady'' if it is monotonic and if the time between clock
 ticks is constant.

 msdn.microsoft.com/en-us/library/hh874790.aspx

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7719#comment:2>
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:11 UTC