
26 Apr
2006
26 Apr
'06
1:01 p.m.
elviin wrote:
std::string::const_iterator last_space =
std::find(std::reverse_iterator<std::string::const_iterator>(line_end
- 1), std::reverse_iterator<std::string::const_iterator>(line_begin - 1), ' ') .base();
I believe *that* bug is fixed quite some time ago. Thanks, Volodya