"Pavol Droba"
Hi,
You might be able to do it using the string_algo find_iterator.
#include
using namespace std; using namespace boost;
...
[snip] typedef split_iteratorstring::iterator string_find_iterator; ------------------------------------------------------------------------------
string_find_iterator It=make_find_iterator(str1, token_finder(is_space()));
That line produces the following error message:
error: conversion from `boost::algorithm::find_iterator<__gnu_cxx::__normal_iterator
for(int i=0; i
[snip] Regards, -- Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn