$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r64875 - sandbox/chrono/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2010-08-17 19:52:00
Author: viboes
Date: 2010-08-17 19:51:59 EDT (Tue, 17 Aug 2010)
New Revision: 64875
URL: http://svn.boost.org/trac/boost/changeset/64875
Log:
Towards implementing common_type without Typeof support
Text files modified:
sandbox/chrono/libs/chrono/test/Jamfile.v2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/chrono/libs/chrono/test/Jamfile.v2
==============================================================================
--- sandbox/chrono/libs/chrono/test/Jamfile.v2 (original)
+++ sandbox/chrono/libs/chrono/test/Jamfile.v2 2010-08-17 19:51:59 EDT (Tue, 17 Aug 2010)
@@ -134,6 +134,6 @@
test-suite "perf"
:
- [ run ../perf/stopclock_perf.cpp : : : <library>/boost/thread//boost_thread <link>static ]
- [ run ../perf/stopclock_perf.cpp : : : <library>/boost/thread//boost_thread : stopclock_perf_dll ]
+ #[ run ../perf/stopclock_perf.cpp : : : <library>/boost/thread//boost_thread <link>static ]
+ #[ run ../perf/stopclock_perf.cpp : : : <library>/boost/thread//boost_thread : stopclock_perf_dll ]
;