Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83899 - trunk/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2013-04-14 11:11:47


Author: viboes
Date: 2013-04-14 11:11:47 EDT (Sun, 14 Apr 2013)
New Revision: 83899
URL: http://svn.boost.org/trac/boost/changeset/83899

Log:
Chrono: apply patch for #8435.
Text files modified:
   trunk/boost/chrono/system_clocks.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/chrono/system_clocks.hpp
==============================================================================
--- trunk/boost/chrono/system_clocks.hpp (original)
+++ trunk/boost/chrono/system_clocks.hpp 2013-04-14 11:11:47 EDT (Sun, 14 Apr 2013)
@@ -67,7 +67,7 @@
 #include <ctime>
 
 # if defined( BOOST_CHRONO_POSIX_API )
-# if ! defined(CLOCK_REALTIME) || ! defined (__hpux__)
+# if ! defined(CLOCK_REALTIME) && ! defined (__hpux__)
 # error <time.h> does not supply CLOCK_REALTIME
 # endif
 # endif


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk