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

Modified Files:
        adapted.html concepts.html containers.html conversion.html 
        generation.html intrinsics.html views.html 
Log Message:
renamed Jamfile.v2 to Jamfile and updated the docs

Index: adapted.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/adapted.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- adapted.html        26 Nov 2006 22:38:09 -0000      1.6
+++ adapted.html        14 Dec 2006 08:38:21 -0000      1.7
@@ -40,11 +40,11 @@
         mechanism. If you wish to use these sequences with fusion, simply 
include
         the necessary files and they will be regarded as first-class, fully 
conforming
         fusion sequences
-        <sup>[<a name="id500194" href="#ftn.id500194">4</a>]</sup>
+        <sup>[<a name="id500252" href="#ftn.id500252">4</a>]</sup>
         .
       </p>
 <a name="fusion.sequences.adapted.header"></a><h4>
-<a name="id500236"></a>
+<a name="id500294"></a>
         <a href="adapted.html#fusion.sequences.adapted.header">Header</a>
       </h4>
 <pre class="programlisting">
@@ -52,7 +52,7 @@
 </pre>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id500194" href="#id500194">4</a>] 
</sup>
+<div class="footnote"><p><sup>[<a name="ftn.id500252" href="#id500252">4</a>] 
</sup>
             Fusion sequences may also be adapted as fully conforming <a 
href="http://www.boost.org/libs/mpl/index.html"; target="_top">MPL</a>
             sequences (see <a href="intrinsics.html" 
title="Intrinsics">Intrinsics</a>).
             That way, we can have 2-way adaptation to and from <a 
href="http://www.boost.org/libs/mpl/index.html"; target="_top">MPL</a>

Index: concepts.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/concepts.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- concepts.html       20 Nov 2006 23:12:55 -0000      1.5
+++ concepts.html       14 Dec 2006 08:38:21 -0000      1.6
@@ -40,7 +40,7 @@
         Fusion Sequences are organized into a hierarchy of concepts.
       </p>
 <a name="fusion.sequences.concepts.traversal"></a><h4>
-<a name="id476589"></a>
+<a name="id476647"></a>
         <a 
href="concepts.html#fusion.sequences.concepts.traversal">Traversal</a>
       </h4>
 <p>
@@ -58,7 +58,7 @@
         Sequence</a>. These concepts pertain to sequence traversal.
       </p>
 <a name="fusion.sequences.concepts.associativity"></a><h4>
-<a name="id476677"></a>
+<a name="id476735"></a>
         <a 
href="concepts.html#fusion.sequences.concepts.associativity">Associativity</a>
       </h4>
 <p>

Index: containers.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/containers.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- containers.html     20 Nov 2006 23:12:55 -0000      1.5
+++ containers.html     14 Dec 2006 08:38:21 -0000      1.6
@@ -39,7 +39,7 @@
         These containers are more or less counterparts of those in <a 
href="http://en.wikipedia.org/wiki/Standard_Template_Library"; 
target="_top">STL</a>.
       </p>
 <a name="fusion.sequences.containers.header"></a><h4>
-<a name="id482671"></a>
+<a name="id482729"></a>
         <a href="containers.html#fusion.sequences.containers.header">Header</a>
       </h4>
 <pre class="programlisting">

Index: conversion.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/conversion.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- conversion.html     26 Nov 2006 22:38:09 -0000      1.6
+++ conversion.html     14 Dec 2006 08:38:21 -0000      1.7
@@ -34,7 +34,7 @@
         types using one of these conversion functions.
       </p>
 <a name="fusion.sequences.conversion.header"></a><h4>
-<a name="id537183"></a>
+<a name="id537240"></a>
         <a href="conversion.html#fusion.sequences.conversion.header">Header</a>
       </h4>
 <pre class="programlisting">

Index: generation.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/generation.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- generation.html     26 Nov 2006 22:38:09 -0000      1.6
+++ generation.html     14 Dec 2006 08:38:21 -0000      1.7
@@ -33,7 +33,7 @@
         These are the functions that you can use to generate various forms of 
<a href="containers.html" title="Containers">Containers</a> from elemental 
values.
       </p>
 <a name="fusion.sequences.generation.header"></a><h4>
-<a name="id523065"></a>
+<a name="id523122"></a>
         <a href="generation.html#fusion.sequences.generation.header">Header</a>
       </h4>
 <pre class="programlisting">

Index: intrinsics.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/intrinsics.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- intrinsics.html     26 Nov 2006 22:38:09 -0000      1.6
+++ intrinsics.html     14 Dec 2006 08:38:21 -0000      1.7
@@ -36,11 +36,11 @@
         Intrinsic functions, unlike <a href="../algorithms.html" 
title="Algorithms">Algorithms</a>,
         are not generic across the full <a href="../sequences.html" 
title="Sequences">Sequence</a>
         repertoire. They need to be implemented for each Fusion <a 
href="../sequences.html" title="Sequences">Sequence</a>
-        <sup>[<a name="id503908" href="#ftn.id503908">5</a>]</sup>
+        <sup>[<a name="id503966" href="#ftn.id503966">5</a>]</sup>
         .
       </p>
 <a name="fusion.sequences.intrinsics.header"></a><h4>
-<a name="id503927"></a>
+<a name="id503985"></a>
         <a href="intrinsics.html#fusion.sequences.intrinsics.header">Header</a>
       </h4>
 <pre class="programlisting">
@@ -48,7 +48,7 @@
 </pre>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id503908" href="#id503908">5</a>] 
</sup>
+<div class="footnote"><p><sup>[<a name="ftn.id503966" href="#id503966">5</a>] 
</sup>
             In practice, many of intrinsic functions have default 
implementations
             that will work in majority of cases
           </p></div>

Index: views.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/fusion/doc/html/fusion/sequences/views.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- views.html  20 Nov 2006 23:12:55 -0000      1.5
+++ views.html  14 Dec 2006 08:38:21 -0000      1.6
@@ -44,7 +44,7 @@
         very cheap to copy and be passed around by value.
       </p>
 <a name="fusion.sequences.views.header"></a><h4>
-<a name="id491346"></a>
+<a name="id491404"></a>
         <a href="views.html#fusion.sequences.views.header">Header</a>
       </h4>
 <pre class="programlisting">


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