Update of /cvsroot/boost/boost/boost/fusion/sequence/view/joint_view
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5882/boost/fusion/sequence/view/joint_view
Modified Files:
joint_view.hpp
Log Message:
prelude to iterator_facade and sequence_facade
Index: joint_view.hpp
===================================================================
RCS file:
/cvsroot/boost/boost/boost/fusion/sequence/view/joint_view/joint_view.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- joint_view.hpp 21 Sep 2006 12:25:26 -0000 1.2
+++ joint_view.hpp 25 Sep 2006 08:36:33 -0000 1.3
@@ -24,7 +24,7 @@
namespace boost { namespace fusion
{
struct joint_view_tag;
- struct forward_sequence_tag;
+ struct forward_traversal_tag;
struct fusion_sequence_tag;
template <typename Sequence1, typename Sequence2>
@@ -32,7 +32,7 @@
{
typedef joint_view_tag fusion_tag;
typedef fusion_sequence_tag tag; // this gets picked up by MPL
- typedef forward_sequence_tag category;
+ typedef forward_traversal_tag category;
typedef mpl::true_ is_view;
typedef typename result_of::begin<Sequence1>::type first_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