Re: [boost] New version of Boost.Algorithm (proposed) in the vault

2011/8/18 Marshall Clow <mclow.lists@gmail.com>
On Aug 17, 2011, at 9:28 AM, TONGARI wrote:
2011/4/19 Marshall Clow <mclow.lists@gmail.com>
<
Changes since -008:
* Better documentation all around - including doxygen. * Fixed typo-style bugs in all.hpp, and added tests to make sure they stay dead. * Better comments in clamp.hpp, and better tests. * The search algorithms now deal correctly with zero-length patterns and corpuses, and have tests for that. * The search algorithms now have tests for the compile-time assertions. * MSVC 10 compatibility
Please download, try it out, and let me know!
I was trying to use KMP and got some errors: * No CHAR_BIT declared. * template boost::algorithm::knuth_morris_pratt does not accept plain pointer type.
What compiler and version (and OS)?
g++4.5.2/MinGW, on XP SP3, compiled with c++0x enabled. But I don't think it's compiler specific, I can locate the errors...

On Aug 17, 2011, at 10:18 AM, TONGARI wrote:
2011/8/18 Marshall Clow <mclow.lists@gmail.com>
On Aug 17, 2011, at 9:28 AM, TONGARI wrote:
I was trying to use KMP and got some errors: * No CHAR_BIT declared. * template boost::algorithm::knuth_morris_pratt does not accept plain pointer type.
What compiler and version (and OS)?
g++4.5.2/MinGW, on XP SP3, compiled with c++0x enabled. But I don't think it's compiler specific, I can locate the errors...
Thanks - I'll look into it. -- 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
participants (2)
-
Marshall Clow
-
TONGARI