Update of /cvsroot/boost/boost/boost/assign
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27914

Modified Files:
      Tag: RC_1_34_0
        ptr_list_of.hpp 
Log Message:
ersed duplicate class definition

Index: ptr_list_of.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/assign/ptr_list_of.hpp,v
retrieving revision 1.4
retrieving revision 1.4.6.1
diff -u -d -r1.4 -r1.4.6.1
--- ptr_list_of.hpp     20 May 2005 22:49:12 -0000      1.4
+++ ptr_list_of.hpp     12 Jul 2006 20:44:14 -0000      1.4.6.1
@@ -37,26 +37,8 @@
 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
-    /////////////////////////////////////////////////////////////////////////  
  
-
+    // Part 0: flexible and efficient interface
+    ///////////////////////////////////////////////////////////////////////// 
     template< class T > 
     class generic_ptr_list       
     {



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to