Commit Graph

19 Commits

Author SHA1 Message Date
5f79807d02 Removed unused typedef; Refs #8546
[SVN r85106]
2013-07-22 15:46:43 +00:00
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
e439792494 Merged ADL protection patch from Neil Groves
[SVN r55424]
2009-08-05 20:01:10 +00:00
9fa2f90db4 begin() and end() calls made fully qualified
[SVN r46459]
2008-06-17 21:04:00 +00:00
b94a3fbfba adapting to new range interface
[SVN r38125]
2007-07-01 22:23:55 +00:00
608112b112 boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)
[SVN r34752]
2006-07-27 10:27:37 +00:00
3766cbbe5c find_head/tail_impl functions reordered to avoid dependancy problems
[SVN r32893]
2006-02-13 13:21:31 +00:00
e2b9172f5d - tabs removed
- find_tail/head_impl functions rearranged to avoid the dependency problem


[SVN r32676]
2006-02-06 18:10:18 +00:00
ff82e5135c - added more character-comparison predicates (is_less, is_not_greater)
- added range version of lexicographical_compare
- Fixed some copyright years


[SVN r32478]
2006-01-31 14:57:15 +00:00
dd11014682 negative indexes support added to *_nth, *_head and *_tail algorithms
[SVN r32475]
2006-01-31 12:36:32 +00:00
9878f92a41 An attempt to fix vc7 compilation failure
[SVN r28952]
2005-05-16 12:35:22 +00:00
bc09128c6e Work-around CW-8.3 failure because it can't decide between by-value or copy constructor for an iterator range.
[SVN r28918]
2005-05-15 02:38:04 +00:00
0f827f89cf fixed problem with an iterator being == end and dereferencing it
[SVN r28142]
2005-04-12 04:37:06 +00:00
aea6f39c11 Library adapted to use official Boost.Range instead of the internal version
Internal version removed


[SVN r26787]
2005-01-21 16:45:29 +00:00
9198370df5 removed some warnings
[SVN r22556]
2004-03-26 09:16:00 +00:00
6dccaf3fcb out-of-range iterator access fix
[SVN r22493]
2004-03-12 22:49:46 +00:00
9d1fb3c9ff fixing the fix
[SVN r22463]
2004-03-09 18:09:45 +00:00
678183f831 fixed problem with a iterator running out of range
(reported by gcc3.4 as an invalid condition even though the
iterator has not been dereferenced)


[SVN r22462]
2004-03-09 17:58:59 +00:00
1deef19d55 String Algorithm Library: initial commit
[SVN r22431]
2004-03-04 22:12:19 +00:00