$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71969 - sandbox/block_ptr/boost
From: phil_at_[hidden]
Date: 2011-05-16 01:59:56
Author: pbouchard
Date: 2011-05-16 01:59:55 EDT (Mon, 16 May 2011)
New Revision: 71969
URL: http://svn.boost.org/trac/boost/changeset/71969
Log:
* Explicit raw pointer support
Text files modified:
sandbox/block_ptr/boost/block_ptr.hpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: sandbox/block_ptr/boost/block_ptr.hpp
==============================================================================
--- sandbox/block_ptr/boost/block_ptr.hpp (original)
+++ sandbox/block_ptr/boost/block_ptr.hpp 2011-05-16 01:59:55 EDT (Mon, 16 May 2011)
@@ -253,6 +253,9 @@
intrusive_stack::node pn_; /**< Tag used for enlisting a pointer on the heap to later share the @c block_header it belongs to. */
};
+#ifdef BOOST_BP_RAW_POINTER
+ public:
+#endif
/**
Initialization of a pointer living on the stack or proper enlistment if living on the heap.