$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74635 - trunk/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2011-10-01 19:25:48
Author: viboes
Date: 2011-10-01 19:25:48 EDT (Sat, 01 Oct 2011)
New Revision: 74635
URL: http://svn.boost.org/trac/boost/changeset/74635
Log:
Chrono: fix typo in Jamfile
Text files modified:
trunk/libs/chrono/test/Jamfile.v2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2011-10-01 19:25:48 EDT (Sat, 01 Oct 2011)
@@ -247,7 +247,7 @@
[ chrono-run2 stopwatch/basic_stopwatch_pass.cpp : basic_stopwatch_pass ]
[ chrono-run2 stopwatch/basic_stopwatch_last_lap_pass.cpp : basic_stopwatch_last_lap_pass ]
[ chrono-run2 stopwatch/basic_stopwatch_laps_accumulator_set_pass.cpp : basic_stopwatch_laps_accumulator_set_pass ]
- [ chrono-run2 stopwatch/basic_stopwatch_laps_container_pass.cpp : basic_stopwatch_laps_accumulator_set_pass ]
+ [ chrono-run2 stopwatch/basic_stopwatch_laps_container_pass.cpp : basic_stopwatch_laps_container_set_pass ]
[ chrono-run2 stopwatch/suspendable_stopwatch_pass.cpp : suspendable_stopwatch_pass ]
;