Update of /cvsroot/boost/boost/boost/fusion/functional/adapter
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv11939

Modified Files:
        unfused_generic.hpp unfused_lvalue_args.hpp 
        unfused_rvalue_args.hpp unfused_typed.hpp 
Log Message:
fixes bad parameter lists for template friends


Index: unfused_generic.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/functional/adapter/unfused_generic.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- unfused_generic.hpp 12 Jul 2007 09:07:36 -0000      1.4
+++ unfused_generic.hpp 12 Jul 2007 15:57:18 -0000      1.5
@@ -39,7 +39,7 @@
     {
         Function fnc_transformed;
 
-        template <class D, class F, bool E>
+        template <class D, class F, bool EC, bool E>
         friend struct detail::nullary_call_base;
 
         typedef detail::nullary_call_base<

Index: unfused_lvalue_args.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/functional/adapter/unfused_lvalue_args.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- unfused_lvalue_args.hpp     12 Jul 2007 09:07:36 -0000      1.3
+++ unfused_lvalue_args.hpp     12 Jul 2007 15:57:18 -0000      1.4
@@ -38,7 +38,7 @@
     {
         Function fnc_transformed;
 
-        template <class D, class F, bool E>
+        template <class D, class F, bool EC, bool E>
         friend struct detail::nullary_call_base;
 
         typedef detail::nullary_call_base<

Index: unfused_rvalue_args.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/functional/adapter/unfused_rvalue_args.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- unfused_rvalue_args.hpp     12 Jul 2007 09:07:36 -0000      1.3
+++ unfused_rvalue_args.hpp     12 Jul 2007 15:57:18 -0000      1.4
@@ -38,7 +38,7 @@
     {
         Function fnc_transformed;
 
-        template <class D, class F, bool E>
+        template <class D, class F, bool EC, bool E>
         friend struct detail::nullary_call_base;
 
         typedef detail::nullary_call_base<

Index: unfused_typed.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/fusion/functional/adapter/unfused_typed.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- unfused_typed.hpp   12 Jul 2007 09:07:36 -0000      1.5
+++ unfused_typed.hpp   12 Jul 2007 15:57:18 -0000      1.6
@@ -89,7 +89,7 @@
         template <class D, class F, class S, long A, bool EO>
         friend struct detail::unfused_typed_impl;
 
-        template <class D, class F, bool E>
+        template <class D, class F, bool EC, bool E>
         friend struct detail::nullary_call_base;
 
         typedef typename remove_const<typename 
boost::remove_reference<Function>::type>::type function;


-------------------------------------------------------------------------
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