Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk