This website requires JavaScript.
Explore
Help
Sign In
boostorg
/
algorithm
Watch
1
Star
0
Fork
1
You've already forked algorithm
mirror of
https://github.com/boostorg/algorithm.git
synced
2026-07-05 07:50:50 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
771375973f16f99b901e0c0c74bff389b7ae306d
algorithm
/
string
/
test
T
History
Marshall Clow
771375973f
Fix many typos in the comments and documentation; no functionality change. Thanks to Michael Morin for the patch
...
[SVN r82239]
2012-12-28 17:51:56 +00:00
..
conv_test.cpp
must free storage obtained by new[] with delete[]
2005-04-14 16:14:18 +00:00
find_format_test.cpp
Avoid calling the formatter with an invalid match.
Fixes
#2777
2010-06-09 23:04:24 +00:00
find_test.cpp
Fixed bug in boost::algorithm::find_all with overlapping results; thanks to cedstrom for the report and the patch; Refs
#7784
2012-12-20 15:52:59 +00:00
Jamfile.v2
Assign the iterator returned by std::copy back to Output, so that string algorithms will work with iterators other than inserters
2010-06-09 21:12:06 +00:00
join_test.cpp
Tests for join algorihtm added
2006-02-14 09:39:03 +00:00
predicate_test.cpp
self assignment problem in is_any_ofF fixed
2008-08-21 14:46:15 +00:00
regex_test.cpp
Fix many typos in the comments and documentation; no functionality change. Thanks to Michael Morin for the patch
2012-12-28 17:51:56 +00:00
replace_test.cpp
tabs removed
2011-01-14 23:12:32 +00:00
split_test.cpp
Added tests for assignment of Boost::find_iterator and split_iterator; Refs
#7746
2012-11-28 18:19:36 +00:00
trim_test.cpp
trim_fill algorithm added
2011-06-01 22:00:22 +00:00