forked from boostorg/algorithm
Compare commits
1 Commits
boost-1.34
...
boost-1.34
Author | SHA1 | Date | |
---|---|---|---|
|
37caf8dadd |
@@ -8,10 +8,6 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<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>
|
||||||
@@ -23,23 +19,5 @@
|
|||||||
<para><emphasis role="bold">1.33</emphasis></para>
|
<para><emphasis role="bold">1.33</emphasis></para>
|
||||||
<para>Internal version of collection traits removed, library adapted to Boost.Range</para>
|
<para>Internal version of collection traits removed, library adapted to Boost.Range</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
|
||||||
<para><emphasis role="bold">1.34</emphasis></para>
|
|
||||||
<itemizedlist>
|
|
||||||
<listitem>
|
|
||||||
<functionname>lexicographical_compare()</functionname>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
|
||||||
<functionname>join()</functionname> and <functionname>join_if()</functionname>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
|
||||||
New comparison predicates <code>is_less</code>, <code>is_not_greater</code>
|
|
||||||
</listitem>
|
|
||||||
<listitem>
|
|
||||||
Negative indexes support (like Perl) in various algorihtms
|
|
||||||
(<code>*_head/tail</code>, <code>*_nth</code>).
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
|
||||||
</listitem>
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user