Update of /cvsroot/boost/boost/boost/fusion/algorithm/transformation
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19807/algorithm/transformation

Modified Files:
        insert.hpp push_back.hpp push_front.hpp 
Log Message:
some changes for conceptgcc-4.3

Index: insert.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/algorithm/transformation/insert.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- insert.hpp  2 Mar 2007 10:44:06 -0000       1.2
+++ insert.hpp  28 Apr 2007 21:22:55 -0000      1.3
@@ -30,7 +30,7 @@
 
             typedef iterator_range<first_type, pos_type> left_type;
             typedef iterator_range<pos_type, last_type> right_type;
-            typedef single_view<element_type> single_view;
+            typedef fusion::single_view<element_type> single_view;
             typedef joint_view<left_type, single_view const> left_insert_type;
             typedef joint_view<left_insert_type, right_type> type;
         };

Index: push_back.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/algorithm/transformation/push_back.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- push_back.hpp       2 Mar 2007 10:44:06 -0000       1.2
+++ push_back.hpp       28 Apr 2007 21:22:55 -0000      1.3
@@ -18,7 +18,7 @@
         template <typename Sequence, typename T>
         struct push_back
         {
-            typedef single_view<typename detail::as_fusion_element<T>::type> 
single_view;
+            typedef fusion::single_view<typename 
detail::as_fusion_element<T>::type> single_view;
             typedef joint_view<Sequence, single_view const> type;
         };
     }

Index: push_front.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/algorithm/transformation/push_front.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- push_front.hpp      2 Mar 2007 10:44:06 -0000       1.2
+++ push_front.hpp      28 Apr 2007 21:22:55 -0000      1.3
@@ -18,7 +18,7 @@
         template <typename Sequence, typename T>
         struct push_front
         {
-            typedef single_view<typename detail::as_fusion_element<T>::type> 
single_view;
+            typedef fusion::single_view<typename 
detail::as_fusion_element<T>::type> single_view;
             typedef joint_view<single_view const, Sequence> type;
         };
     }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to