mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 19:37:14 +02:00
Remove duplicate declaration of 'size'.
[SVN r40566]
This commit is contained in:
20
doc/ref.xml
20
doc/ref.xml
@ -253,11 +253,6 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</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&</paramtype>
|
||||
@ -838,11 +833,6 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</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&</paramtype>
|
||||
@ -1438,11 +1428,6 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</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&</paramtype>
|
||||
@ -2051,11 +2036,6 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
</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&</paramtype>
|
||||
|
Reference in New Issue
Block a user