|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r65950 - sandbox/chrono/libs/chrono/test/clock
From: vicente.botet_at_[hidden]
Date: 2010-10-13 20:05:33
Author: viboes
Date: 2010-10-13 20:05:31 EDT (Wed, 13 Oct 2010)
New Revision: 65950
URL: http://svn.boost.org/trac/boost/changeset/65950
Log:
Chrono:
* Fix bug in errored_clock
Text files modified:
sandbox/chrono/libs/chrono/test/clock/errored_clock.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/chrono/libs/chrono/test/clock/errored_clock.hpp
==============================================================================
--- sandbox/chrono/libs/chrono/test/clock/errored_clock.hpp (original)
+++ sandbox/chrono/libs/chrono/test/clock/errored_clock.hpp 2010-10-13 20:05:31 EDT (Wed, 13 Oct 2010)
@@ -5,8 +5,8 @@
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
-#ifndef BOOST_CHRONO_SYSTEM_CLOCKS_HPP
-#define BOOST_CHRONO_SYSTEM_CLOCKS_HPP
+#ifndef BOOST_CHRONO_ERRORED_CLOCKS_HPP
+#define BOOST_CHRONO_ERRORED_CLOCKS_HPP
#include <boost/chrono/config.hpp>
#include <boost/chrono/duration.hpp>
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