mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Update changelogs and slightly improved reference documentation for new release.
[SVN r58805]
This commit is contained in:
@ -115,5 +115,6 @@ First official release.
|
|||||||
* Add templated find overload for compatible keys.
|
* Add templated find overload for compatible keys.
|
||||||
* [@http://svn.boost.org/trac/boost/ticket/3773 Ticket 3773]:
|
* [@http://svn.boost.org/trac/boost/ticket/3773 Ticket 3773]:
|
||||||
Add missing `std` qualifier to `ptrdiff_t`.
|
Add missing `std` qualifier to `ptrdiff_t`.
|
||||||
|
* Some code formatting changes to fit almost all lines into 80 characters.
|
||||||
|
|
||||||
[endsect]
|
[endsect]
|
||||||
|
32
doc/ref.xml
32
doc/ref.xml
@ -507,7 +507,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<parameter name="position">
|
<parameter name="position">
|
||||||
<paramtype>const_iterator</paramtype>
|
<paramtype>const_iterator</paramtype>
|
||||||
</parameter>
|
</parameter>
|
||||||
<type>iterator</type>
|
<type>void</type>
|
||||||
<description>
|
<description>
|
||||||
<para>Erase the element pointed to by <code>position</code>.</para>
|
<para>Erase the element pointed to by <code>position</code>.</para>
|
||||||
</description>
|
</description>
|
||||||
@ -613,6 +613,12 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<returns>
|
<returns>
|
||||||
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
||||||
</returns>
|
</returns>
|
||||||
|
<notes><para>
|
||||||
|
The templated overloads are a non-standard extensions which
|
||||||
|
allows you to use a compatible hash function and equality
|
||||||
|
predicate for a key of a different type in order to avoid
|
||||||
|
an expensive type cast. In general, its use is not encouraged.
|
||||||
|
</para></notes>
|
||||||
</overloaded-method>
|
</overloaded-method>
|
||||||
<method name="count" cv="const">
|
<method name="count" cv="const">
|
||||||
<parameter name="k">
|
<parameter name="k">
|
||||||
@ -1364,7 +1370,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<parameter name="position">
|
<parameter name="position">
|
||||||
<paramtype>const_iterator</paramtype>
|
<paramtype>const_iterator</paramtype>
|
||||||
</parameter>
|
</parameter>
|
||||||
<type>iterator</type>
|
<type>void</type>
|
||||||
<description>
|
<description>
|
||||||
<para>Erase the element pointed to by <code>position</code>.</para>
|
<para>Erase the element pointed to by <code>position</code>.</para>
|
||||||
</description>
|
</description>
|
||||||
@ -1470,6 +1476,12 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<returns>
|
<returns>
|
||||||
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
||||||
</returns>
|
</returns>
|
||||||
|
<notes><para>
|
||||||
|
The templated overloads are a non-standard extensions which
|
||||||
|
allows you to use a compatible hash function and equality
|
||||||
|
predicate for a key of a different type in order to avoid
|
||||||
|
an expensive type cast. In general, its use is not encouraged.
|
||||||
|
</para></notes>
|
||||||
</overloaded-method>
|
</overloaded-method>
|
||||||
<method name="count" cv="const">
|
<method name="count" cv="const">
|
||||||
<parameter name="k">
|
<parameter name="k">
|
||||||
@ -2235,7 +2247,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<parameter name="position">
|
<parameter name="position">
|
||||||
<paramtype>const_iterator</paramtype>
|
<paramtype>const_iterator</paramtype>
|
||||||
</parameter>
|
</parameter>
|
||||||
<type>iterator</type>
|
<type>void</type>
|
||||||
<description>
|
<description>
|
||||||
<para>Erase the element pointed to by <code>position</code>.</para>
|
<para>Erase the element pointed to by <code>position</code>.</para>
|
||||||
</description>
|
</description>
|
||||||
@ -2341,6 +2353,12 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<returns>
|
<returns>
|
||||||
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
||||||
</returns>
|
</returns>
|
||||||
|
<notes><para>
|
||||||
|
The templated overloads are a non-standard extensions which
|
||||||
|
allows you to use a compatible hash function and equality
|
||||||
|
predicate for a key of a different type in order to avoid
|
||||||
|
an expensive type cast. In general, its use is not encouraged.
|
||||||
|
</para></notes>
|
||||||
</overloaded-method>
|
</overloaded-method>
|
||||||
<method name="count" cv="const">
|
<method name="count" cv="const">
|
||||||
<parameter name="k">
|
<parameter name="k">
|
||||||
@ -3141,7 +3159,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<parameter name="position">
|
<parameter name="position">
|
||||||
<paramtype>const_iterator</paramtype>
|
<paramtype>const_iterator</paramtype>
|
||||||
</parameter>
|
</parameter>
|
||||||
<type>iterator</type>
|
<type>void</type>
|
||||||
<description>
|
<description>
|
||||||
<para>Erase the element pointed to by <code>position</code>.</para>
|
<para>Erase the element pointed to by <code>position</code>.</para>
|
||||||
</description>
|
</description>
|
||||||
@ -3247,6 +3265,12 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|||||||
<returns>
|
<returns>
|
||||||
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
<para>An iterator pointing to an element with key equivalent to <code>k</code>, or <code>b.end()</code> if no such element exists.</para>
|
||||||
</returns>
|
</returns>
|
||||||
|
<notes><para>
|
||||||
|
The templated overloads are a non-standard extensions which
|
||||||
|
allows you to use a compatible hash function and equality
|
||||||
|
predicate for a key of a different type in order to avoid
|
||||||
|
an expensive type cast. In general, its use is not encouraged.
|
||||||
|
</para></notes>
|
||||||
</overloaded-method>
|
</overloaded-method>
|
||||||
<method name="count" cv="const">
|
<method name="count" cv="const">
|
||||||
<parameter name="k">
|
<parameter name="k">
|
||||||
|
Reference in New Issue
Block a user