Re: [Boost-bugs] [Boost C++ Libraries] #12617: clock_gettime not available on OS X 10.11

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12617: clock_gettime not available on OS X 10.11
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-11-26 23:13:47


#12617: clock_gettime not available on OS X 10.11
-------------------------------+--------------------------
  Reporter: djh | Owner: igaztanaga
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: interprocess
   Version: Boost 1.61.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------

Comment (by igaztanaga):

 In theory clock_gettime is used if BOOST_INTERPROCESS_CLOCK_MONOTONIC is
 defined. This is defined if one of the following is defined:

 CLOCK_MONOTONIC_PRECISE //bsd

 CLOCK_MONOTONIC_RAW //linux

 CLOCK_HIGHRES //solaris

 Is any of those defined in macos 10.11? In theory the implementation
 should use a mac-os specific code calling match kernel functions
 (BOOST_INTERPROCESS_MATCH_ABSOLUTE_TIME should be defined).

 Could you please check why BOOST_INTERPROCESS_MATCH_ABSOLUTE_TIME is not
 defined in mac os 10.11?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12617#comment:1>
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:20 UTC