$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49160 - sandbox/shifted_ptr/boost
From: phil_at_[hidden]
Date: 2008-10-07 03:25:58
Author: pbouchard
Date: 2008-10-07 03:25:57 EDT (Tue, 07 Oct 2008)
New Revision: 49160
URL: http://svn.boost.org/trac/boost/changeset/49160
Log:
Code simplifications.
Text files modified:
sandbox/shifted_ptr/boost/shifted_ptr.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox/shifted_ptr/boost/shifted_ptr.hpp
==============================================================================
--- sandbox/shifted_ptr/boost/shifted_ptr.hpp (original)
+++ sandbox/shifted_ptr/boost/shifted_ptr.hpp 2008-10-07 03:25:57 EDT (Tue, 07 Oct 2008)
@@ -153,7 +153,7 @@
typedef shifted_ptr_base<T> base;
using base::share;
-
+ using base::po_;
union
{