$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74652 - trunk/libs/chrono/test/stopwatch
From: vicente.botet_at_[hidden]
Date: 2011-10-02 12:35:15
Author: viboes
Date: 2011-10-02 12:35:14 EDT (Sun, 02 Oct 2011)
New Revision: 74652
URL: http://svn.boost.org/trac/boost/changeset/74652
Log:
Chrono:Fix typo
Text files modified: 
   trunk/libs/chrono/test/stopwatch/basic_stopwatch_reporter_laps_accumulator_set_pass.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/chrono/test/stopwatch/basic_stopwatch_reporter_laps_accumulator_set_pass.cpp
==============================================================================
--- trunk/libs/chrono/test/stopwatch/basic_stopwatch_reporter_laps_accumulator_set_pass.cpp	(original)
+++ trunk/libs/chrono/test/stopwatch/basic_stopwatch_reporter_laps_accumulator_set_pass.cpp	2011-10-02 12:35:14 EDT (Sun, 02 Oct 2011)
@@ -259,5 +259,5 @@
 
   check_all<ex::cycle_count<1500> >();
 
-  return 1+boost::report_errors();
+  return boost::report_errors();
 }