$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71406 - sandbox/shifted_ptr/boost/detail
From: phil_at_[hidden]
Date: 2011-04-21 16:39:42
Author: pbouchard
Date: 2011-04-21 16:39:41 EDT (Thu, 21 Apr 2011)
New Revision: 71406
URL: http://svn.boost.org/trac/boost/changeset/71406
Log:
* Comment preparation
Text files modified: 
   sandbox/shifted_ptr/boost/detail/sh_owned_base_nt.hpp |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/shifted_ptr/boost/detail/sh_owned_base_nt.hpp
==============================================================================
--- sandbox/shifted_ptr/boost/detail/sh_owned_base_nt.hpp	(original)
+++ sandbox/shifted_ptr/boost/detail/sh_owned_base_nt.hpp	2011-04-21 16:39:41 EDT (Thu, 21 Apr 2011)
@@ -121,7 +121,8 @@
                 Initialization of a pool instance.
         */
         
-    pool() ////: boost::pool<>(1)
+////    pool() : boost::pool<>(1)
+    pool()
     {
         plii_.reset(new pool_lii());
     }