diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2013-06-25 22:59:01 +0000 |
---|---|---|
committer | <> | 2013-09-27 11:49:28 +0000 |
commit | 8c4528713d907ee2cfd3bfcbbad272c749867f84 (patch) | |
tree | c09e2ce80f47b90c85cc720f5139089ad9c8cfff /libs/algorithm/string/doc/release_notes.xml | |
download | boost-tarball-baserock/morph.tar.gz |
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_54_0.tar.bz2.boost_1_54_0baserock/morph
Diffstat (limited to 'libs/algorithm/string/doc/release_notes.xml')
-rw-r--r-- | libs/algorithm/string/doc/release_notes.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/libs/algorithm/string/doc/release_notes.xml b/libs/algorithm/string/doc/release_notes.xml new file mode 100644 index 000000000..ba2a39c5d --- /dev/null +++ b/libs/algorithm/string/doc/release_notes.xml @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" +"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> + +<!-- Copyright (c) 2002-2006 Pavol Droba. + Subject to the Boost Software License, Version 1.0. + (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) +--> + +<section id="string_algo.release_notes" last-revision="$Date: 2012-12-28 10:19:25 -0800 (Fri, 28 Dec 2012) $"> + + <using-namespace name="boost"/> + <using-namespace name="boost::algorithm"/> + + <title>Release Notes</title> + + <itemizedlist> + <listitem> + <para><emphasis role="bold">1.32</emphasis></para> + <para>Initial release in Boost</para> + </listitem> + <listitem> + <para><emphasis role="bold">1.33</emphasis></para> + <para>Internal version of collection traits removed, library adapted to Boost.Range</para> + </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 algorithms + (<code>*_head/tail</code>, <code>*_nth</code>). + </listitem> + </itemizedlist> + </listitem> + </itemizedlist> +</section> |