|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65065 - sandbox/chrono/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2010-08-28 03:51:40
Author: viboes
Date: 2010-08-28 03:51:35 EDT (Sat, 28 Aug 2010)
New Revision: 65065
URL: http://svn.boost.org/trac/boost/changeset/65065
Log:
cleanup
Text files modified:
sandbox/chrono/boost/chrono/stopwatch.hpp | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
Modified: sandbox/chrono/boost/chrono/stopwatch.hpp
==============================================================================
--- sandbox/chrono/boost/chrono/stopwatch.hpp (original)
+++ sandbox/chrono/boost/chrono/stopwatch.hpp 2010-08-28 03:51:35 EDT (Sat, 28 Aug 2010)
@@ -32,9 +32,6 @@
//~ A call to reset resets the stopwatch to zero.
//~ A stopwatch can also also used to record split times or lap times.
//~ The elapsed time since the last start is available through the elapsed function.
-//~ When the freeze function is called while the watch is running, the elapsed time is frozen,
-//~ allowing the elapsed time to that point to be read using the frozen function,
-//~ but the watch mechanism continues running to record total elapsed time.
//--------------------------------------------------------------------------------------//
template <class Clock=high_resolution_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