Files
tokenizer/include
John R. Bandela e286f26cf4 offset_separator and char_delimiters_separator now use
tok.assign(cur,next)
to assign the token sequence for all iterator types except input iterators where
tok+=*next
is used
There is a workaround for Borland C++ and strings (see code)

Thanks to Gennadiy E. Rozental for pointing this out

-John R. Bandela


[SVN r11868]
2001-12-03 04:56:50 +00:00
..