$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71449 - sandbox/pack_ptr/boost
From: phil_at_[hidden]
Date: 2011-04-23 18:30:18
Author: pbouchard
Date: 2011-04-23 18:30:17 EDT (Sat, 23 Apr 2011)
New Revision: 71449
URL: http://svn.boost.org/trac/boost/changeset/71449
Log:
* Restored header creation condition
Text files modified: 
   sandbox/pack_ptr/boost/pack_ptr.hpp |     5 ++++-                                   
   1 files changed, 4 insertions(+), 1 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:30:17 EDT (Sat, 23 Apr 2011)
@@ -394,7 +394,10 @@
                 {
                     base::reset();
 
-                    ps_ = new pack_header();
+					if (! d)
+					{
+                    	ps_ = new pack_header();
+                    }
                 }
             }
             else