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

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


Index: functional.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/doc/html/fusion/functional.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- functional.html     13 Jul 2007 19:25:15 -0000      1.3
+++ functional.html     22 Jul 2007 08:35:28 -0000      1.4
@@ -146,8 +146,8 @@
     </p>
 <p>
       The library provides several adapter variants that implement this 
transformation,
-      ranging from strictly typed to fully generic. The latter provides a 
reusable
-      solution to <a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm"; 
target="_top">The
+      ranging from strictly typed to fully generic. The latter provides a 
reusable,
+      approximate solution to <a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm"; 
target="_top">The
       Forwarding Problem</a>. Every generic variant has a corresponding 
generator
       function template that returns an adapter instance for the given 
argument.
     </p>

Index: notes.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/fusion/doc/html/fusion/notes.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- notes.html  13 Jul 2007 19:25:15 -0000      1.14
+++ notes.html  22 Jul 2007 08:35:28 -0000      1.15
@@ -27,7 +27,7 @@
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
 <a name="fusion.notes"></a><a href="notes.html" 
title="Notes">Notes</a></h2></div></div></div>
 <a name="fusion.notes.recursive_inlined_functions"></a><h3>
-<a name="id1285097"></a>
+<a name="id1285087"></a>
       <a href="notes.html#fusion.notes.recursive_inlined_functions">Recursive 
Inlined
       Functions</a>
     </h3>
@@ -40,7 +40,7 @@
       compiler limit of course). Compile time complexity remains linear.
     </p>
 <a name="fusion.notes.overloaded_functions"></a><h3>
-<a name="id1285166"></a>
+<a name="id1285156"></a>
       <a href="notes.html#fusion.notes.overloaded_functions">Overloaded 
Functions</a>
     </h3>
 <p>
@@ -50,7 +50,7 @@
       given a key, <code class="computeroutput"><span 
class="identifier">k</span></code>.
     </p>
 <a name="fusion.notes.tag_dispatching"></a><h3>
-<a name="id1285241"></a>
+<a name="id1285231"></a>
       <a href="notes.html#fusion.notes.tag_dispatching">Tag Dispatching</a>
     </h3>
 <p>
@@ -102,7 +102,7 @@
       </li>
 </ol></div>
 <a name="fusion.notes.extensibility"></a><h3>
-<a name="id1285579"></a>
+<a name="id1285570"></a>
       <a href="notes.html#fusion.notes.extensibility">Extensibility</a>
     </h3>
 <p>
@@ -137,7 +137,7 @@
       it very cheap to pass around.
     </p>
 <a name="fusion.notes.element_conversion"></a><h3>
-<a name="id1285866"></a>
+<a name="id1285857"></a>
       <a href="notes.html#fusion.notes.element_conversion">Element 
Conversion</a>
     </h3>
 <p>
@@ -160,7 +160,7 @@
     </p>
 <p>
       Array arguments are deduced to reference to const types. For example
-      <sup>[<a name="id1286009" href="#ftn.id1286009">14</a>]</sup>
+      <sup>[<a name="id1285999" href="#ftn.id1285999">14</a>]</sup>
       :
     </p>
 <pre class="programlisting">
@@ -193,7 +193,7 @@
 <a href="sequences/containers/list.html" title="list"><code 
class="computeroutput"><span class="identifier">list</span></code></a><span 
class="special">&lt;</span><span class="keyword">void</span> <span 
class="special">(*)(</span><span class="keyword">int</span><span 
class="special">)&gt;</span>
 </pre>
 <a name="fusion.notes.boost__ref"></a><h3>
-<a name="id1286398"></a>
+<a name="id1286388"></a>
       <a href="notes.html#fusion.notes.boost__ref">boost::ref</a>
     </h3>
 <p>
@@ -236,7 +236,7 @@
     </p>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id1286009" 
href="#id1286009">14</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id1285999" 
href="#id1285999">14</a>] </sup>
           Note that the type of a string literal is an array of const 
characters,
           not <code class="computeroutput"><span class="keyword">const</span> 
<span class="keyword">char</span><span class="special">*</span></code>. To get 
<a href="sequences/generation/functions/make_list.html" title="make_list"><code 
class="computeroutput"><span class="identifier">make_list</span></code></a> to 
create a <a href="sequences/containers/list.html" title="list"><code 
class="computeroutput"><span class="identifier">list</span></code></a> with an 
element of a non-const
           array type one must use the <code class="computeroutput"><span 
class="identifier">ref</span></code>


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