$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: xushiweizh_at_[hidden]
Date: 2008-06-19 11:25:49
Author: xushiwei
Date: 2008-06-19 11:25:49 EDT (Thu, 19 Jun 2008)
New Revision: 46521
URL: http://svn.boost.org/trac/boost/changeset/46521
Log:
disable lockfree
Text files modified:
sandbox/memory/boost/memory/system_pool.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/memory/boost/memory/system_pool.hpp
==============================================================================
--- sandbox/memory/boost/memory/system_pool.hpp (original)
+++ sandbox/memory/boost/memory/system_pool.hpp 2008-06-19 11:25:49 EDT (Thu, 19 Jun 2008)
@@ -24,7 +24,7 @@
#include <boost/detail/winapi/winbase.h>
#endif
-#if defined(BOOST_DETAIL_NO_TAGGED_COMPARE_AND_SWAP_POINTER)
+#if 1 // defined(BOOST_DETAIL_NO_TAGGED_COMPARE_AND_SWAP_POINTER)
#define BOOST_MEMORY_NO_LOCKFREE
#else
#ifndef BOOST_LOCKFREE_STACK_HPP