$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82659 - trunk/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2013-01-28 12:28:36
Author: viboes
Date: 2013-01-28 12:28:35 EST (Mon, 28 Jan 2013)
New Revision: 82659
URL: http://svn.boost.org/trac/boost/changeset/82659
Log:
Chrono: apply patch for #7940
Text files modified: 
   trunk/boost/chrono/config.hpp |     3 +++                                     
   1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/boost/chrono/config.hpp
==============================================================================
--- trunk/boost/chrono/config.hpp	(original)
+++ trunk/boost/chrono/config.hpp	2013-01-28 12:28:35 EST (Mon, 28 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)