1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 5<title>Release Notes</title> 6<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css"> 7<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> 8<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset"> 9<link rel="up" href="../string_algo.html" title="Chapter 2. Boost String Algorithms Library"> 10<link rel="prev" href="../string_algo.html" title="Chapter 2. Boost String Algorithms Library"> 11<link rel="next" href="usage.html" title="Usage"> 12</head> 13<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 14<table cellpadding="2" width="100%"><tr> 15<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td> 16<td align="center"><a href="../../../index.html">Home</a></td> 17<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td> 18<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> 19<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> 20<td align="center"><a href="../../../more/index.htm">More</a></td> 21</tr></table> 22<hr> 23<div class="spirit-nav"> 24<a accesskey="p" href="../string_algo.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../string_algo.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="usage.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 25</div> 26<div class="section"> 27<div class="titlepage"><div><div><h2 class="title" style="clear: both"> 28<a name="string_algo.release_notes"></a>Release Notes</h2></div></div></div> 29<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "> 30<li class="listitem"> 31<p><span class="bold"><strong>1.32</strong></span></p> 32<p>Initial release in Boost</p> 33</li> 34<li class="listitem"> 35<p><span class="bold"><strong>1.33</strong></span></p> 36<p>Internal version of collection traits removed, library adapted to Boost.Range</p> 37</li> 38<li class="listitem"> 39<p><span class="bold"><strong>1.34</strong></span></p> 40<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "> 41<li class="listitem"><code class="computeroutput"><a class="link" href="../boost/algorithm/lexicographical_compare.html" title="Function lexicographical_compare">lexicographical_compare()</a></code></li> 42<li class="listitem"> 43<code class="computeroutput"><a class="link" href="../boost/algorithm/join.html" title="Function template join">join()</a></code> and <code class="computeroutput"><a class="link" href="../boost/algorithm/join_if_1_3_3_9_14_3_1_2.html" title="Function template join_if">join_if()</a></code> 44</li> 45<li class="listitem"> 46 New comparison predicates <code class="computeroutput">is_less</code>, <code class="computeroutput">is_not_greater</code> 47</li> 48<li class="listitem"> 49 Negative indexes support (like Perl) in various algorithms 50 (<code class="computeroutput">*_head/tail</code>, <code class="computeroutput">*_nth</code>). 51 </li> 52</ul></div> 53</li> 54</ul></div> 55</div> 56<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 57<td align="left"></td> 58<td align="right"><div class="copyright-footer">Copyright © 2002-2004 Pavol Droba<p>Use, modification and distribution is subject to the Boost 59 Software License, Version 1.0. (See accompanying file 60 <code class="filename">LICENSE_1_0.txt</code> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) 61 </p> 62</div></td> 63</tr></table> 64<hr> 65<div class="spirit-nav"> 66<a accesskey="p" href="../string_algo.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../string_algo.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="usage.html"><img src="../../../doc/src/images/next.png" alt="Next"></a> 67</div> 68</body> 69</html> 70