On Fri, Jan 19, 2001 at 05:20:37PM +0100, Jean-Marc Lasgouttes wrote:
> >>>>> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes:
> 
> Dekel> Jeremy's problem was that the std::string of his compiler (gcc
> Dekel> 2.8.1) is bad, and compiling --with-included-string fixed his
> Dekel> problem.
> 
> Do you know what was bad about it? 

string::find_last_not_of() is broken: if the correct result is 0, then
string::npos is returned.
The following patch seems to solve this problem. Should I apply it ?

patch.gz

Reply via email to