$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74464 - trunk/boost/chrono/detail/inlined/posix
From: vicente.botet_at_[hidden]
Date: 2011-09-19 04:25:52
Author: viboes
Date: 2011-09-19 04:25:49 EDT (Mon, 19 Sep 2011)
New Revision: 74464
URL: http://svn.boost.org/trac/boost/changeset/74464
Log:
Chrono: Fiw thread_clock:now noexcept prototype mistmatch
Text files modified: 
   trunk/boost/chrono/detail/inlined/posix/thread_clock.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/chrono/detail/inlined/posix/thread_clock.hpp
==============================================================================
--- trunk/boost/chrono/detail/inlined/posix/thread_clock.hpp	(original)
+++ trunk/boost/chrono/detail/inlined/posix/thread_clock.hpp	2011-09-19 04:25:49 EDT (Mon, 19 Sep 2011)
@@ -19,7 +19,7 @@
 
 namespace boost { namespace chrono {
 
-    thread_clock::time_point thread_clock::now( ) 
+    thread_clock::time_point thread_clock::now( ) BOOST_CHRONO_NOEXCEPT
     {
       struct timespec ts;
 #if defined CLOCK_THREAD_CPUTIME_ID