$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52721 - sandbox/stm/boost/stm
From: justin_at_[hidden]
Date: 2009-05-02 03:28:52
Author: jgottschlich
Date: 2009-05-02 03:28:51 EDT (Sat, 02 May 2009)
New Revision: 52721
URL: http://svn.boost.org/trac/boost/changeset/52721
Log:
corrected bad new_memory interface.
Text files modified: 
   sandbox/stm/boost/stm/transaction.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/stm/boost/stm/transaction.hpp
==============================================================================
--- sandbox/stm/boost/stm/transaction.hpp	(original)
+++ sandbox/stm/boost/stm/transaction.hpp	2009-05-02 03:28:51 EDT (Sat, 02 May 2009)
@@ -566,7 +566,7 @@
 
    //--------------------------------------------------------------------------
    template <typename T>
-   T* new_memory(T const &rhs)
+   T* new_memory()
    {
       if (forced_to_abort()) 
       {