$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71453 - sandbox/pack_ptr/boost
From: phil_at_[hidden]
Date: 2011-04-23 18:59:28
Author: pbouchard
Date: 2011-04-23 18:59:28 EDT (Sat, 23 Apr 2011)
New Revision: 71453
URL: http://svn.boost.org/trac/boost/changeset/71453
Log:
* Code cleanup
Text files modified:
sandbox/pack_ptr/boost/pack_ptr.hpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Modified: sandbox/pack_ptr/boost/pack_ptr.hpp
==============================================================================
--- sandbox/pack_ptr/boost/pack_ptr.hpp (original)
+++ sandbox/pack_ptr/boost/pack_ptr.hpp 2011-04-23 18:59:28 EDT (Sat, 23 Apr 2011)
@@ -375,7 +375,6 @@
void release(bool d)
{
if (! owned_base::pool_.is_from(this))
- {
if (ps_->release())
{
base::po_ = 0;
@@ -392,7 +391,6 @@
if (! d)
ps_ = new pack_header();
}
- }
else
base::reset();
}