forked from boostorg/algorithm
release notes - fix the incorrect functionname spelling
[SVN r37533]
This commit is contained in:
@ -8,6 +8,10 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<section id="string_algo.release_notes" last-revision="$Date$">
|
<section id="string_algo.release_notes" last-revision="$Date$">
|
||||||
|
|
||||||
|
<using-namespace name="boost"/>
|
||||||
|
<using-namespace name="boost::algorithm"/>
|
||||||
|
|
||||||
<title>Release Notes</title>
|
<title>Release Notes</title>
|
||||||
|
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
@ -26,7 +30,7 @@
|
|||||||
<functionname>lexicographical_compare()</functionname>
|
<functionname>lexicographical_compare()</functionname>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<functionname>join</functionname>
|
<functionname>join()</functionname> and <functionname>join_if()</functionname>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
New comparison predicates <code>is_less</code>, <code>is_not_greater</code>
|
New comparison predicates <code>is_less</code>, <code>is_not_greater</code>
|
||||||
|
Reference in New Issue
Block a user