Update of /cvsroot/boost/boost/boost/fusion/sequence/adapted/mpl/detail
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5882/boost/fusion/sequence/adapted/mpl/detail

Modified Files:
        category_of_impl.hpp 
Log Message:
prelude to iterator_facade and sequence_facade

Index: category_of_impl.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/sequence/adapted/mpl/detail/category_of_impl.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- category_of_impl.hpp        16 Aug 2006 16:50:32 -0000      1.1
+++ category_of_impl.hpp        25 Sep 2006 08:36:32 -0000      1.2
@@ -9,7 +9,6 @@
 #if !defined(BOOST_FUSION_CATEGORY_OF_IMPL_20060217_2141)
 #define BOOST_FUSION_CATEGORY_OF_IMPL_20060217_2141
 
-#include <boost/fusion/support/detail/iterator_to_sequence_category.hpp>
 #include <boost/fusion/support/detail/mpl_iterator_category.hpp>
 #include <boost/mpl/begin_end.hpp>
 #include <boost/mpl/is_sequence.hpp>
@@ -28,11 +27,9 @@
         
             BOOST_STATIC_ASSERT(mpl::is_sequence<T>::value);
             typedef typename 
-            iterator_to_sequence_category<
-                typename mpl_iterator_category<
-                typename mpl::begin<T>::type::category
-            >::type
-            >::type
+                mpl_iterator_category<
+                    typename mpl::begin<T>::type::category
+                >::type
             type;
         };
     }


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to