24 Jul
2006
24 Jul
'06
10:26 p.m.
Thore B.Karlsen wrote:
On Mon, 24 Jul 2006 14:32:11 -0700, Jeff Garland
wrote: [...]
alg::iter_split(result, input, alg::first_finder(predicate, alg::is_equal())); //iter_split will return entire string if no matches found
iter_split() doesn't seem to be documented in the string_algo documentation. Am I just not seeing it, or is there a reason for this?
I'd guess it's a bug in the docs... Jeff