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

Modified Files:
        circular_buffer.html circular_buffer_space_optimized.html 
Log Message:
circular_buffer: reverse_iterator typedef fix

Index: circular_buffer.html
===================================================================
RCS file: /cvsroot/boost/boost/libs/circular_buffer/doc/circular_buffer.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- circular_buffer.html        21 May 2007 20:52:18 -0000      1.2
+++ circular_buffer.html        23 May 2007 14:46:33 -0000      1.3
@@ -165,10 +165,10 @@
 
"#classboost_1_1circular__buffer_15cab6d46f03c40d1e52d41843319ddb9">const_iterator</a>;
    typedef <i>implementation-defined</i> <a href=
 
"#classboost_1_1circular__buffer_11b8a33f2dc8519b8a7d344ed4408c532">iterator</a>;
-   typedef reverse_iterator&lt;const_iterator&gt; <a href=
-"#classboost_1_1circular__buffer_1ca423a848964c7915629c90fa7c58598">const_reverse_iterator</a>;
-   typedef :: reverse_iterator&lt;iterator&gt; <a href=
-"#classboost_1_1circular__buffer_1abd0a428b275475339777776e417ae66">reverse_iterator</a>;
+   typedef boost::reverse_iterator&lt;const_iterator&gt; <a href=
+"#classboost_1_1circular__buffer_1c7317701b511bc5f7a663b06b53e2b73">const_reverse_iterator</a>;
+   typedef boost::reverse_iterator&lt;iterator&gt; <a href=
+"#classboost_1_1circular__buffer_1002fb890dded89e75dfeb6f021fb58a5">reverse_iterator</a>;
    typedef std::pair&lt;pointer, size_type&gt; <a href=
 
"#classboost_1_1circular__buffer_126d279f91fef717e25459a0817ff242f">array_range</a>;
    typedef std::pair&lt;const_pointer, size_type&gt; <a href=
@@ -871,8 +871,8 @@
         </tr>
         <tr>
           <td>
-            <a 
id="classboost_1_1circular__buffer_1ca423a848964c7915629c90fa7c58598" name=
-            
"classboost_1_1circular__buffer_1ca423a848964c7915629c90fa7c58598"><code>const_reverse_iterator</code></a>
+            <a 
id="classboost_1_1circular__buffer_1c7317701b511bc5f7a663b06b53e2b73" name=
+            
"classboost_1_1circular__buffer_1c7317701b511bc5f7a663b06b53e2b73"><code>const_reverse_iterator</code></a>
           </td>
           <td>
             A const iterator used to iterate backwards through a 
<code>circular_buffer</code>.
@@ -880,8 +880,8 @@
         </tr>
         <tr>
           <td>
-            <a 
id="classboost_1_1circular__buffer_1abd0a428b275475339777776e417ae66" name=
-            
"classboost_1_1circular__buffer_1abd0a428b275475339777776e417ae66"><code>reverse_iterator</code></a>
+            <a 
id="classboost_1_1circular__buffer_1002fb890dded89e75dfeb6f021fb58a5" name=
+            
"classboost_1_1circular__buffer_1002fb890dded89e75dfeb6f021fb58a5"><code>reverse_iterator</code></a>
           </td>
           <td>
             An iterator used to iterate backwards through a 
<code>circular_buffer</code>.
@@ -1918,7 +1918,7 @@
           <td>
             <a 
id="classboost_1_1circular__buffer_1db3d6b10b6763549f54d2627228fa7aa" name=
             
"classboost_1_1circular__buffer_1db3d6b10b6763549f54d2627228fa7aa"></a><code><b><a
 href=
-            
"#classboost_1_1circular__buffer_1abd0a428b275475339777776e417ae66">reverse_iterator</a>
+            
"#classboost_1_1circular__buffer_1002fb890dded89e75dfeb6f021fb58a5">reverse_iterator</a>
             rbegin();</b></code><br>
             <br>
             Get the iterator pointing to the beginning of the "reversed" 
<code>circular_buffer</code>.
@@ -1980,7 +1980,7 @@
           <td>
             <a 
id="classboost_1_1circular__buffer_1cff9236a50107188b8942847a4dc2697" name=
             
"classboost_1_1circular__buffer_1cff9236a50107188b8942847a4dc2697"></a><code><b><a
 href=
-            
"#classboost_1_1circular__buffer_1abd0a428b275475339777776e417ae66">reverse_iterator</a>
+            
"#classboost_1_1circular__buffer_1002fb890dded89e75dfeb6f021fb58a5">reverse_iterator</a>
             rend();</b></code><br>
             <br>
             Get the iterator pointing to the end of the "reversed" 
<code>circular_buffer</code>.
@@ -2043,7 +2043,7 @@
           <td>
             <a 
id="classboost_1_1circular__buffer_1765d91bf48341907418433a1e3aab026" name=
             
"classboost_1_1circular__buffer_1765d91bf48341907418433a1e3aab026"></a><code><b><a
 href=
-            
"#classboost_1_1circular__buffer_1ca423a848964c7915629c90fa7c58598">const_reverse_iterator</a>
 rbegin()
+            
"#classboost_1_1circular__buffer_1c7317701b511bc5f7a663b06b53e2b73">const_reverse_iterator</a>
 rbegin()
             const;</b></code><br>
             <br>
             Get the const iterator pointing to the beginning of the "reversed" 
<code>circular_buffer</code>.
@@ -2108,7 +2108,7 @@
           <td>
             <a 
id="classboost_1_1circular__buffer_108dbf538b00a14daf5582ece80746fc3" name=
             
"classboost_1_1circular__buffer_108dbf538b00a14daf5582ece80746fc3"></a><code><b><a
 href=
-            
"#classboost_1_1circular__buffer_1ca423a848964c7915629c90fa7c58598">const_reverse_iterator</a>
 rend()
+            
"#classboost_1_1circular__buffer_1c7317701b511bc5f7a663b06b53e2b73">const_reverse_iterator</a>
 rend()
             const;</b></code><br>
             <br>
             Get the const iterator pointing to the end of the "reversed" 
<code>circular_buffer</code>.

Index: circular_buffer_space_optimized.html
===================================================================
RCS file: 
/cvsroot/boost/boost/libs/circular_buffer/doc/circular_buffer_space_optimized.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- circular_buffer_space_optimized.html        18 May 2007 11:18:02 -0000      
1.1
+++ circular_buffer_space_optimized.html        23 May 2007 14:46:33 -0000      
1.2
@@ -105,10 +105,10 @@
 
"circular_buffer.html#classboost_1_1circular__buffer_15cab6d46f03c40d1e52d41843319ddb9">const_iterator</a>;
    typedef <i>implementation-defined</i> <a href=
 
"circular_buffer.html#classboost_1_1circular__buffer_11b8a33f2dc8519b8a7d344ed4408c532">iterator</a>;
-   typedef reverse_iterator&lt;const_iterator&gt; <a href=
-"circular_buffer.html#classboost_1_1circular__buffer_1ca423a848964c7915629c90fa7c58598">const_reverse_iterator</a>;
-   typedef reverse_iterator&lt;iterator&gt; <a href=
-"circular_buffer.html#classboost_1_1circular__buffer_1e5dbaec472f4b6ab6a8d4d0d6b15cbdb">reverse_iterator</a>;
+   typedef boost::reverse_iterator&lt;const_iterator&gt; <a href=
+"circular_buffer.html#classboost_1_1circular__buffer_1c7317701b511bc5f7a663b06b53e2b73">const_reverse_iterator</a>;
+   typedef boost::reverse_iterator&lt;iterator&gt; <a href=
+"circular_buffer.html#classboost_1_1circular__buffer_1002fb890dded89e75dfeb6f021fb58a5">reverse_iterator</a>;
    typedef std::pair&lt;pointer, size_type&gt; <a href=
 
"circular_buffer.html#classboost_1_1circular__buffer_126d279f91fef717e25459a0817ff242f">array_range</a>;
    typedef std::pair&lt;const_pointer, size_type&gt; <a href=


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to