$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r59818 - sandbox/stm/boost/stm/detail
From: justin_at_[hidden]
Date: 2010-02-21 14:13:33
Author: jgottschlich
Date: 2010-02-21 14:13:33 EST (Sun, 21 Feb 2010)
New Revision: 59818
URL: http://svn.boost.org/trac/boost/changeset/59818
Log:
blah
Text files modified: 
   sandbox/stm/boost/stm/detail/transaction_impl.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/stm/boost/stm/detail/transaction_impl.hpp
==============================================================================
--- sandbox/stm/boost/stm/detail/transaction_impl.hpp	(original)
+++ sandbox/stm/boost/stm/detail/transaction_impl.hpp	2010-02-21 14:13:33 EST (Sun, 21 Feb 2010)
@@ -463,7 +463,7 @@
    currentlyLockedLocksRef_(*threadCurrentlyLockedLocks_.find(threadId_)->second),
 #endif
 
-   transactionsRef_(transactions(threadId_)),
+   transactionsRef_(transactions(threadId_, true)),
 
 ////////////////////////////////////////
 #else
@@ -501,7 +501,7 @@
 #endif
 
 ////////////////////////////////////////
-   transactionsRef_(transactions(threadId_)),
+   transactionsRef_(transactions(threadId_, true)),
 #endif
 
    hasMutex_(0), priority_(0),