$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52855 - sandbox/ftmpl
From: whatwasthataddress_at_[hidden]
Date: 2009-05-08 11:08:54
Author: tzlaine
Date: 2009-05-08 11:08:54 EDT (Fri, 08 May 2009)
New Revision: 52855
URL: http://svn.boost.org/trac/boost/changeset/52855
Log:
Removed definition of unwrap<> from type.hpp.
Text files modified:
sandbox/ftmpl/type.hpp | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
Modified: sandbox/ftmpl/type.hpp
==============================================================================
--- sandbox/ftmpl/type.hpp (original)
+++ sandbox/ftmpl/type.hpp 2009-05-08 11:08:54 EDT (Fri, 08 May 2009)
@@ -15,15 +15,6 @@
template< typename T >
type_t< T >& type( type_t< T >& );
-template< typename T >
-struct unwrap;
-
-template< typename T >
-struct unwrap< type_t< T >& >
-{
- typedef T type;
-};
-
} }