|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65062 - sandbox/chrono/boost/chrono
From: vicente.botet_at_[hidden]
Date: 2010-08-28 03:45:58
Author: viboes
Date: 2010-08-28 03:45:52 EDT (Sat, 28 Aug 2010)
New Revision: 65062
URL: http://svn.boost.org/trac/boost/changeset/65062
Log:
remove warning ;; with -pedantic
Text files modified:
sandbox/chrono/boost/chrono/process_cpu_clocks.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/chrono/boost/chrono/process_cpu_clocks.hpp
==============================================================================
--- sandbox/chrono/boost/chrono/process_cpu_clocks.hpp (original)
+++ sandbox/chrono/boost/chrono/process_cpu_clocks.hpp 2010-08-28 03:45:52 EDT (Sat, 28 Aug 2010)
@@ -124,7 +124,7 @@
template <typename OSTREAM>
void print(OSTREAM& os) const {
os << "{"<< real <<","<< user <<","<< system << "}";
- };
+ }
};
class BOOST_CHRONO_DECL process_cpu_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