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

Modified Files:
        functional.qbk 
Log Message:
changes docs to reflect changed semantics of unfused_type
(operator() overloads for only onw arity now)


Index: functional.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/doc/functional.qbk,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- functional.qbk      13 Jul 2007 19:25:14 -0000      1.5
+++ functional.qbk      22 Jul 2007 08:35:24 -0000      1.6
@@ -58,7 +58,7 @@
 
 The library provides several adapter variants that implement this 
 transformation, ranging from strictly typed to fully generic. The latter 
-provides a reusable solution to __the_forwarding_problem__.
+provides a reusable, approximate solution to __the_forwarding_problem__.
 Every generic variant has a corresponding generator function template that 
 returns an adapter instance for the given argument.
 
@@ -1019,10 +1019,8 @@
 target function. When called, its arguments are bundled to a 
 __random_access_sequence__ that is passed to the target function object.
 
-The call operators of the resulting function object are strictly typed
+The call operators of  esulting function objects are strictly typed
 (in other words, non-templatized) with the types from a __sequence__.
-By default, call operators with zero to N parameters are generated to, 
-where N is the size of the __sequence__ that specifies the types. 
 
 The type of the target function is allowed to be const qualified or a 
 reference. Const qualification is preserved and propagated appropriately 


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