|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r63256 - sandbox/chrono/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2010-06-23 02:47:26
Author: viboes
Date: 2010-06-23 02:47:21 EDT (Wed, 23 Jun 2010)
New Revision: 63256
URL: http://svn.boost.org/trac/boost/changeset/63256
Log:
* restore the use of scoped_suspend
Text files modified:
sandbox/chrono/boost/chrono/suspendible_clock.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/chrono/boost/chrono/suspendible_clock.hpp
==============================================================================
--- sandbox/chrono/boost/chrono/suspendible_clock.hpp (original)
+++ sandbox/chrono/boost/chrono/suspendible_clock.hpp 2010-06-23 02:47:21 EDT (Wed, 23 Jun 2010)
@@ -11,7 +11,7 @@
#define BOOST_CHRONO_SUSPENDIBLE_CLOCK_HPP
#include <boost/chrono/chrono.hpp>
-//~ #include <boost/chrono/scoped_suspend.hpp>
+#include <boost/chrono/scoped_suspend.hpp>
#include <boost/system/error_code.hpp>
#include <boost/thread/tss.hpp>
#include <memory>
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