Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65236 - sandbox/chrono/libs/stopwatches/example
From: vicente.botet_at_[hidden]
Date: 2010-09-04 07:48:40


Author: viboes
Date: 2010-09-04 07:48:39 EDT (Sat, 04 Sep 2010)
New Revision: 65236
URL: http://svn.boost.org/trac/boost/changeset/65236

Log:
cleanup
Text files modified:
   sandbox/chrono/libs/stopwatches/example/suspendible_stopclock_example.cpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: sandbox/chrono/libs/stopwatches/example/suspendible_stopclock_example.cpp
==============================================================================
--- sandbox/chrono/libs/stopwatches/example/suspendible_stopclock_example.cpp (original)
+++ sandbox/chrono/libs/stopwatches/example/suspendible_stopclock_example.cpp 2010-09-04 07:48:39 EDT (Sat, 04 Sep 2010)
@@ -8,11 +8,12 @@
 // See http://www.boost.org/libs/chrono for documentation.
 
 #include <boost/thread.hpp>
-#include <boost/chrono/stopclock.hpp>
+#include <boost/stopwatches/stopclock.hpp>
 #include <boost/chrono/suspendible_clock.hpp>
 #include <cmath>
 
 using namespace boost::chrono;
+using namespace boost::stopwatches;
 long double res;
 
 int f1(long j)


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