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

Modified Files:
        algorithms.qbk 
Log Message:
moves Polymorphic Function Object concept to functional module


Index: algorithms.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/doc/algorithms.qbk,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- algorithms.qbk      7 Feb 2007 22:59:21 -0000       1.5
+++ algorithms.qbk      15 Feb 2007 23:01:23 -0000      1.6
@@ -37,34 +37,6 @@
 [heading Header]
     #include <boost/fusion/algorithm.hpp>
 
-[section Concepts]
-
-[section:poly Polymorphic Function Object]
-
-[heading Description] 
-
-A type of function object with a nested metafunction `result`. `result` 
-returns the result type of calling the function object, given the argument 
-types.
-
-[variablelist Notation
-    [[`F`][A Polymorphic Function Object type]]
-    [[`f`][A Polymorphic Function Object]]
-    [[`T1 ...TN`][Arbitrary types]]
-    [[`t1 ...tN`][Objects with types `T1 ...TN`]]
-]
-
-[heading Expression requirements]
-
-[table
-    [[Expression][Return Type][Runtime Complexity]]
-    [[`f(t1, ...tN)`][`F::result<T1, ...TN>::type`][Unspecified]]
-]
-
-[endsect]
-
-[endsect]
-
 [section Iteration]
 
 The iteration algorithms provide the fundamental algorithms for traversing 
@@ -2409,4 +2381,4 @@
 
 [endsect]
 
-[endsect]
\ No newline at end of file
+[endsect]


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

Reply via email to