Update of /cvsroot/boost/boost/boost/fusion/sequence/intrinsic/ext_
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18758/sequence/intrinsic/ext_

Modified Files:
        size_s.hpp 
Log Message:
accomodate recent fusion result_of changes

Index: size_s.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/fusion/sequence/intrinsic/ext_/size_s.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- size_s.hpp  2 Mar 2007 10:44:11 -0000       1.2
+++ size_s.hpp  22 Jul 2007 16:38:18 -0000      1.3
@@ -25,11 +25,14 @@
     {
         struct size_plus
         {
-            template<typename Seq, typename State>
-            struct result
+            template<typename Sig>
+            struct result;
+
+            template<typename This, typename Seq, typename State>
+            struct result<This(Seq, State)>
               : mpl::plus<
                     segmented_size<typename remove_reference<Seq>::type>
-                  , State
+                  , typename remove_reference<State>::type
                 >
             {};
         };


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to