Before you release 1.0.3 -- please!

Joe Buck jbuck@synopsys.com
Thu Apr 30 20:03:00 GMT 1998


>     Before you send the next release out the door, could someone figure
> out what you're going to do about the NULL problem.  Basically, it's a
> damned if I do, damned if I don't problem.

The workaround is to use 0 in your code for function pointers or
member function pointers.  I doubt if this is going to be fixed before
1.0.3, since the only purpose of 1.0.3 is to fix so-called showstopper
bugs, not bugs with simple workarounds.

> int main(int, char**)
> {
>     UiCallbackHandler a;
>     a.addCallback (1,1,NULL,1);
> }

s/NULL/0/



More information about the Gcc mailing list