Dear all,
I just played a little bit with the
regex_token_iterator ( boost v 1.32) and modified the
"html" example.
I found this (strange?) behavior when i "tokenize" a
string.
while (i != j)
{
std::cout << i++->str().length() << std::endl;
}
crashes at runtime at the last sub-match of a match
with:
mtest: ../boost_1_32_0/boost/shared_ptr.hpp:253: T*
boost::shared_ptr<T>::operator->() const [with T =
boost::regex_token_iterator_implementation<__gnu_cxx::__normal_iterator