AW: S-N 4.5.2 hangs while scanning header file
Ben Elliston
bje@redhat.com
Fri Nov 24 15:59:00 GMT 2000
Martin Fischer wrote:
> the file named c:/BC5/INCLUDE/OWL/timegadg.h is part of my
> installation of Borland C++ 5.02 / OWL 5.2 on NT 4.0, SP6.
I have been able to reproduce the bug Martin reported with the following
minimal test case:
class foo {
#ifdef WITH_INT
foo (int,
#else
foo (char,
#endif
int);
};
I'm going to have a crack at fixing it this morning.
Ben
More information about the Sourcenav
mailing list