Version 10 of Boost.Algorithm available

Changes since -009 * Predicate versions of the search functions have been removed. * Search functions now work for raw pointers * Now use tr1/unordered_map everywhere - this should make (most versions) of gcc happy. * Now including <climits> in search.hpp, which defines CHAR_BIT. * Fixed a bug in boyer_moore::create_suffix_table, which caused the search to fail sometimes. * The skip table is now templated on the value_type being searched on, rather than the iterator type. * Documentation has been updated (more to come here) Thanks to Mikhail Levin, TONGARI, and Sebastian for bug reports. Since the vault is gone, I've put the code here: http://dl.dropbox.com/u/11048326/Boost.Algorithm-010.zip -- Marshall Marshall Clow Idio Software <mailto:mclow.lists@gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki

-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Marshall Clow Sent: Tuesday, August 30, 2011 5:01 PM To: boost@lists.boost.org Subject: [boost] Version 10 of Boost.Algorithm available
Changes since -009
* Predicate versions of the search functions have been removed. * Search functions now work for raw pointers * Now use tr1/unordered_map everywhere - this should make (most versions) of gcc happy. * Now including <climits> in search.hpp, which defines CHAR_BIT. * Fixed a bug in boyer_moore::create_suffix_table, which caused the search to fail sometimes. * The skip table is now templated on the value_type being searched on, rather than the iterator type. * Documentation has been updated (more to come here)
Thanks to Mikhail Levin, TONGARI, and Sebastian for bug reports.
Since the vault is gone, I've put the code here: http://dl.dropbox.com/u/11048326/Boost.Algorithm-010.zip
Should this go into boost-sandbox - and be reviewed? Looks in pretty good shape? Paul --- Paul A. Bristow, Prizet Farmhouse, Kendal LA8 8AB UK +44 1539 561830 07714330204 pbristow@hetp.u-net.com
participants (2)
-
Marshall Clow
-
Paul A. Bristow