Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-10-29 16:23:40


Author: danieljames
Date: 2007-10-29 16:23:39 EDT (Mon, 29 Oct 2007)
New Revision: 40566
URL: http://svn.boost.org/trac/boost/changeset/40566

Log:
Remove duplicate declaration of 'size'.
Text files modified:
   sandbox/unordered/libs/unordered/doc/ref.xml | 20 --------------------
   1 files changed, 0 insertions(+), 20 deletions(-)

Modified: sandbox/unordered/libs/unordered/doc/ref.xml
==============================================================================
--- sandbox/unordered/libs/unordered/doc/ref.xml (original)
+++ sandbox/unordered/libs/unordered/doc/ref.xml 2007-10-29 16:23:39 EDT (Mon, 29 Oct 2007)
@@ -253,11 +253,6 @@
             </method>
           </method-group>
           <method-group name="modifiers">
- <method name="size" cv="const">
- <type>size_type</type>
- <returns><code>std::distance(<methodname>begin</methodname>(), <methodname>end</methodname>())</code>
- </returns>
- </method>
             <method name="insert">
               <parameter name="obj">
                 <paramtype>value_type const&amp;</paramtype>
@@ -838,11 +833,6 @@
             </method>
           </method-group>
           <method-group name="modifiers">
- <method name="size" cv="const">
- <type>size_type</type>
- <returns><code>std::distance(<methodname>begin</methodname>(), <methodname>end</methodname>())</code>
- </returns>
- </method>
             <method name="insert">
               <parameter name="obj">
                 <paramtype>value_type const&amp;</paramtype>
@@ -1438,11 +1428,6 @@
             </method>
           </method-group>
           <method-group name="modifiers">
- <method name="size" cv="const">
- <type>size_type</type>
- <returns><code>std::distance(<methodname>begin</methodname>(), <methodname>end</methodname>())</code>
- </returns>
- </method>
             <method name="insert">
               <parameter name="obj">
                 <paramtype>value_type const&amp;</paramtype>
@@ -2051,11 +2036,6 @@
             </method>
           </method-group>
           <method-group name="modifiers">
- <method name="size" cv="const">
- <type>size_type</type>
- <returns><code>std::distance(<methodname>begin</methodname>(), <methodname>end</methodname>())</code>
- </returns>
- </method>
             <method name="insert">
               <parameter name="obj">
                 <paramtype>value_type const&amp;</paramtype>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk