|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r59621 - in sandbox/stm/branches/vbe/boost/stm: . txw2
From: vicente.botet_at_[hidden]
Date: 2010-02-10 12:09:18
Author: viboes
Date: 2010-02-10 12:09:17 EST (Wed, 10 Feb 2010)
New Revision: 59621
URL: http://svn.boost.org/trac/boost/changeset/59621
Log:
Boost.STM/vbe:
* remove txw
Added:
sandbox/stm/branches/vbe/boost/stm/txw2/
- copied from r58657, /sandbox/stm/branches/vbe/boost/stm/txw/
sandbox/stm/branches/vbe/boost/stm/txw2/transactional_object.hpp
- copied unchanged from r58880, /sandbox/stm/branches/vbe/boost/stm/txw/transactional_object.hpp
Text files modified:
sandbox/stm/branches/vbe/boost/stm/txw.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/stm/branches/vbe/boost/stm/txw.hpp
==============================================================================
--- sandbox/stm/branches/vbe/boost/stm/txw.hpp (original)
+++ sandbox/stm/branches/vbe/boost/stm/txw.hpp 2010-02-10 12:09:17 EST (Wed, 10 Feb 2010)
@@ -14,11 +14,11 @@
#ifndef BOOST_STM_TXW__HPP
#define BOOST_STM_TXW__HPP
-#include <boost/stm/txw/transactional_object.hpp>
+//#include <boost/stm/txw/transactional_object.hpp>
//#include <boost/stm/tx/object.hpp>
//#include <boost/stm/tx/numeric.hpp>
//#include <boost/stm/tx/pointer.hpp>
-#include <boost/stm/txw/smart_ptr.hpp>
+//#include <boost/stm/txw/smart_ptr.hpp>
///////////////////////////////////////////////////////////////////////////////
#endif // TRANSACTION_H
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