I am attempting to split a string with the string_algo library, using the
code below. It appears that the split algorithm is designed to split on
instances of individual characters rather than sequences of characters. Is
there something I can do to split on a substring? The code below
illustrates the problem, where I am forces to use the is_any_of predicate
rather than something that implies equality. It seems like this is a
trivial use of the algorithm, so there could easily be something that I am
missing.
typedef std::vector