Update of /cvsroot/boost/boost/boost/fusion/sequence/view/iterator_range
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5882/boost/fusion/sequence/view/iterator_range
Modified Files:
iterator_range.hpp
Log Message:
prelude to iterator_facade and sequence_facade
Index: iterator_range.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/fusion/sequence/view/iterator_range/iterator_range.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- iterator_range.hpp 21 Sep 2006 12:25:26 -0000 1.2
+++ iterator_range.hpp 25 Sep 2006 08:36:33 -0000 1.3
@@ -9,7 +9,6 @@
#define FUSION_ITERATOR_RANGE_05062005_1224
#include <boost/fusion/support/detail/access.hpp>
-#include <boost/fusion/support/detail/iterator_to_sequence_category.hpp>
#include <boost/fusion/support/sequence_base.hpp>
#include <boost/fusion/support/category_of.hpp>
#include <boost/fusion/sequence/view/iterator_range/detail/begin_impl.hpp>
@@ -33,11 +32,7 @@
typedef typename result_of::distance<begin_type, end_type>::type size;
typedef mpl::true_ is_view;
- typedef typename
- detail::iterator_to_sequence_category<
- typename traits::category_of<begin_type>::type
- >::type
- category;
+ typedef typename traits::category_of<begin_type>::type category;
iterator_range(First const& first, Last const& last)
: first(convert_iterator<First>::call(first))
-------------------------------------------------------------------------
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