$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-26 07:01:49
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