Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82663 - branches/release/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2013-01-29 01:15:09


Author: viboes
Date: 2013-01-29 01:15:08 EST (Tue, 29 Jan 2013)
New Revision: 82663
URL: http://svn.boost.org/trac/boost/changeset/82663

Log:
Chrono: fix #7940
Text files modified:
   branches/release/boost/chrono/config.hpp | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: branches/release/boost/chrono/config.hpp
==============================================================================
--- branches/release/boost/chrono/config.hpp (original)
+++ branches/release/boost/chrono/config.hpp 2013-01-29 01:15:08 EST (Tue, 29 Jan 2013)
@@ -96,6 +96,9 @@
 # undef BOOST_CHRONO_HAS_THREAD_CLOCK
 # undef BOOST_CHRONO_THREAD_CLOCK_IS_STEADY
 # endif
+# if defined(__VXWORKS__)
+# undef BOOST_CHRONO_HAS_PROCESS_CLOCKS
+# endif
 # endif
 
 #if defined(BOOST_CHRONO_THREAD_DISABLED) && defined(BOOST_CHRONO_HAS_THREAD_CLOCK)


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