Mail Archives: djgpp/2001/08/27/07:08:01
In article <3B8A3001 AT MailAndNews DOT com> you wrote:
> argh it still doesnt work! when i replace the compare() function
> with the workaround you suggested, i get an error about invalid
> lvalue in assignment or something.
Please don't report errors this vaguely. We can do nothing with "or
something" --- we need the actuall error message, and at the very
least the source line that it refers to.
But I have an idea what it may be: you were writing something like
functiona () = equal;
this is almost certainly wrong, even in C++. Make that
equal = function()
> BTW, I've noticed quite a few bugs like this, i even mistakenly
> filed a DJGPP bug report, but was notified of my error. So, im
> wondering, is whoever maintatins the GCC libraries aware of these?
We don't know. Look in *their* bug trackers.
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -