$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: nesotto_at_[hidden]
Date: 2007-10-24 09:54:52
Author: nesotto
Date: 2007-10-24 09:54:52 EDT (Wed, 24 Oct 2007)
New Revision: 40416
URL: http://svn.boost.org/trac/boost/changeset/40416
Log:
cleanup
Text files modified: 
   trunk/boost/assign/ptr_list_of.hpp |    17 -----------------                       
   1 files changed, 0 insertions(+), 17 deletions(-)
Modified: trunk/boost/assign/ptr_list_of.hpp
==============================================================================
--- trunk/boost/assign/ptr_list_of.hpp	(original)
+++ trunk/boost/assign/ptr_list_of.hpp	2007-10-24 09:54:52 EDT (Wed, 24 Oct 2007)
@@ -37,23 +37,6 @@
 namespace assign_detail
 {
     /////////////////////////////////////////////////////////////////////////
-    // Part 0: common conversion code
-    /////////////////////////////////////////////////////////////////////////
-
-    template< class T >
-    struct assign_decay
-    {
-        //
-        // Add constness to array parameters
-        // to support string literals properly
-        //
-        typedef BOOST_DEDUCED_TYPENAME mpl::eval_if<
-            ::boost::is_array<T>,
-            ::boost::decay<const T>,
-            ::boost::decay<T> >::type type;
-    };
-    
-    /////////////////////////////////////////////////////////////////////////
     // Part 1: flexible and efficient interface
     /////////////////////////////////////////////////////////////////////////