Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62206 - sandbox/stm/libs/stm/test
From: justin_at_[hidden]
Date: 2010-05-25 13:18:41


Author: jgottschlich
Date: 2010-05-25 13:18:40 EDT (Tue, 25 May 2010)
New Revision: 62206
URL: http://svn.boost.org/trac/boost/changeset/62206

Log:
removed consistency_checking_string call (no longer exists).
Text files modified:
   sandbox/stm/libs/stm/test/globalIntArr.cpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/stm/libs/stm/test/globalIntArr.cpp
==============================================================================
--- sandbox/stm/libs/stm/test/globalIntArr.cpp (original)
+++ sandbox/stm/libs/stm/test/globalIntArr.cpp 2010-05-25 13:18:40 EDT (Tue, 25 May 2010)
@@ -245,7 +245,7 @@
 #ifdef DELAY_INVALIDATION_DOOMED_TXS_UNTIL_COMMIT
    cout << "DEL_INVAL_";
 #endif
- cout << transaction::consistency_checking_string() << " ";
+ //cout << transaction::consistency_checking_string() << " ";
    cout << "(array size, copy iters, time, commits, priority aborts, total aborts)\t";
    cout << kMaxArrSize << "\t" << kMaxArrIter << "\t";
    cout << averageRunTime << "\t" << transaction::bookkeeping().commits() << "\t";


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