$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: igaztanaga_at_[hidden]
Date: 2007-11-01 07:47:00
Author: igaztanaga
Date: 2007-11-01 07:47:00 EDT (Thu, 01 Nov 2007)
New Revision: 40637
URL: http://svn.boost.org/trac/boost/changeset/40637
Log:
Uncommented pointer conversion utilities
Text files modified: 
   trunk/boost/interprocess/offset_ptr.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/interprocess/offset_ptr.hpp
==============================================================================
--- trunk/boost/interprocess/offset_ptr.hpp	(original)
+++ trunk/boost/interprocess/offset_ptr.hpp	2007-11-01 07:47:00 EDT (Thu, 01 Nov 2007)
@@ -322,7 +322,7 @@
    pt2 = ptr;
 }
 
-/*
+
 //!Simulation of static_cast between pointers. Never throws.
 template<class T, class U> 
 inline boost::interprocess::offset_ptr<T> 
@@ -358,7 +358,7 @@
    return boost::interprocess::offset_ptr<T>
             (r, boost::interprocess::detail::reinterpret_cast_tag());  
 }
-*/
+
 }  //namespace interprocess {
 
 /// @cond