Update of /cvsroot/boost/boost/libs/fusion/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18266

Modified Files:
        algorithms.qbk 
Log Message:
fixes

Index: algorithms.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/doc/algorithms.qbk,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- algorithms.qbk      23 Jan 2007 06:15:17 -0000      1.4
+++ algorithms.qbk      7 Feb 2007 22:59:21 -0000       1.5
@@ -54,9 +54,6 @@
     [[`t1 ...tN`][Objects with types `T1 ...TN`]]
 ]
 
-[heading Refinement of]
-__mpl_metafunction_class__
-
 [heading Expression requirements]
 
 [table
@@ -515,14 +512,14 @@
 
 [heading Synopsis]
     template<
-        typename Sequence,
-        typename T
+        typename T,
+        typename Sequence
         >
     __unspecified__ find(Sequence const& seq);
 
     template<
-        typename Sequence,
-        typename T
+        typename T,
+        typename Sequence
         >
     __unspecified__ find(Sequence& seq);
 
@@ -561,14 +558,14 @@
 
 [heading Synopsis]
     template<
-        typename Sequence,
-        typename F
+        typename F,
+        typename Sequence
         >
     __unspecified__ find_if(Sequence const& seq);
 
     template<
-        typename Sequence,
-        typename F
+        typename F,
+        typename Sequence
         >
     __unspecified__ find_if(Sequence& seq);
 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to