Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/doc/html/string_algo/release_notes.html @ 47

Last change on this file since 47 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 3.5 KB
Line 
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Release Notes</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
7<link rel="start" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
8<link rel="up" href="../string_algo.html" title="Chapter 14. Boost String Algorithms Library">
9<link rel="prev" href="../string_algo.html" title="Chapter 14. Boost String Algorithms Library">
10<link rel="next" href="usage.html" title="Usage">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%">
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
15<td align="center"><a href="../../../index.htm">Home</a></td>
16<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="../../../people/people.htm">People</a></td>
18<td align="center"><a href="../../../more/faq.htm">FAQ</a></td>
19<td align="center"><a href="../../../more/index.htm">More</a></td>
20</table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="../string_algo.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../string_algo.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="usage.html"><img src="../images/next.png" alt="Next"></a>
24</div>
25<div class="section" lang="en">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="string_algo.release_notes"></a>Release Notes</h2></div></div></div>
28<div class="itemizedlist"><ul type="disc">
29<li>
30<p><span class="bold"><strong>1.32</strong></span></p>
31<p>Initial release in Boost</p>
32</li>
33<li>
34<p><span class="bold"><strong>1.33</strong></span></p>
35<p>Internal version of collection traits removed, library adapted to Boost.Range</p>
36</li>
37<li>
38<p><span class="bold"><strong>1.34</strong></span></p>
39<div class="itemizedlist"><ul type="circle">
40<li><code class="computeroutput"><a href="../boost/algorithm/lexicographical_compare.html" title="Function lexicographical_compare">lexicographical_compare()</a></code></li>
41<li>
42<code class="computeroutput"><a href="../boost/algorithm/join.html" title="Function template join">join()</a></code> and <code class="computeroutput"><a href="../id1044106-bb.html" title="Function template join_if">join_if()</a></code>
43</li>
44<li>
45                    New comparison predicates <code class="computeroutput">is_less</code>, <code class="computeroutput">is_not_greater</code>
46</li>
47<li>
48                     Negative indexes support (like Perl) in various algorihtms
49                     (<code class="computeroutput">*_head/tail</code>, <code class="computeroutput">*_nth</code>).
50                </li>
51</ul></div>
52</li>
53</ul></div>
54</div>
55<table width="100%"><tr>
56<td align="left"><small><p>Last revised: April 29, 2007 at 07:04:58 GMT</p></small></td>
57<td align="right"><small>Copyright © 2002-2004 Pavol Droba</small></td>
58</tr></table>
59<hr>
60<div class="spirit-nav">
61<a accesskey="p" href="../string_algo.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../string_algo.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="usage.html"><img src="../images/next.png" alt="Next"></a>
62</div>
63</body>
64</html>
Note: See TracBrowser for help on using the repository browser.