Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83905 - in branches/release: boost/chrono boost/chrono/detail boost/chrono/io boost/chrono/io_v1 libs/chrono/doc
From: vicente.botet_at_[hidden]
Date: 2013-04-14 17:32:52


Author: viboes
Date: 2013-04-14 17:32:51 EDT (Sun, 14 Apr 2013)
New Revision: 83905
URL: http://svn.boost.org/trac/boost/changeset/83905

Log:
Chrono: merge to fix #8435.
Properties modified:
   branches/release/boost/chrono/detail/ (props changed)
   branches/release/boost/chrono/io/ (props changed)
   branches/release/boost/chrono/io_v1/ (props changed)
Text files modified:
   branches/release/boost/chrono/system_clocks.hpp | 2 +-
   branches/release/libs/chrono/doc/chrono.qbk | 2 ++
   2 files changed, 3 insertions(+), 1 deletions(-)

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

Modified: branches/release/libs/chrono/doc/chrono.qbk
==============================================================================
--- branches/release/libs/chrono/doc/chrono.qbk (original)
+++ branches/release/libs/chrono/doc/chrono.qbk 2013-04-14 17:32:51 EDT (Sun, 14 Apr 2013)
@@ -7330,7 +7330,9 @@
 
 * [@http://svn.boost.org/trac/boost/ticket/8079 #8079] Chrono memory leak
 * [@http://svn.boost.org/trac/boost/ticket/8318 #8318] BOOST_FORCEINLINE constructors of time_point and duration
+* [@http://svn.boost.org/trac/boost/ticket/8367 #8367] chrono does not compile with clang from XCode 4.5.2 with -std=c++11 -stdlib=libc++ and -arch armv7
 * [@http://svn.boost.org/trac/boost/ticket/8370 #8370] typo in chrono reference
+* [@http://svn.boost.org/trac/boost/ticket/8435 #8435] Can't compile Chrono on HP-UX due to no CLOCK_REALTIME macro.
 
 [endsect] [/section [*Version 2.0.2] ]
 


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