Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/algorithm/string/doc/Jamfile.v2,v
retrieving revision 1.8
diff -r1.8 Jamfile.v2
33a34
> [ glob ../../../../boost/algorithm/string/iter_find.hpp ]
Index: quickref.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/algorithm/string/doc/quickref.xml,v
retrieving revision 1.5.2.1
diff -r1.5.2.1 quickref.xml
154c154
< Check if a string is lexicographicaly less then another one
---
> Check if a string is lexicographically less then another one
437c437
<
---
>
445c445,459
<
---
>
>
> iter_find
> Iteratively apply the finder to the input to find all matching substrings
>
> iter_find()
>
>
>
> iter_split
> Use the finder to find matching substrings in the input and use them as separators to split the input into parts
>
> iter_split()
>
>