ICE on VC7.1 when destructor is defined but not delcared in class

  • Thread starter Thread starter Jonathan Turkanis
  • Start date Start date
J

Jonathan Turkanis

Hi,
This morning I got an internal error on VC7.1 which was apparently
caused by failing to delete the definition of a destructor after
removing the declaration from the class body.

Is this a known issue, or should I (if I have time) attempt to find
a short example which illustrates the error?

Jonathan
 
This morning I got an internal error on VC7.1 which was apparently
caused by failing to delete the definition of a destructor after
removing the declaration from the class body.

Is this a known issue, or should I (if I have time) attempt to find
a short example which illustrates the error?

Jonathan,

An example will certainly enable someone to say whether it's resolved
or not, and to submit a bug report if its not.

Dave
 
David Lowndes said:
Jonathan,

An example will certainly enable someone to say whether it's resolved
or not, and to submit a bug report if its not.

I know that an example would be best, but I was sort of hoping someone
would recognize the problem from my brief description so I wouldn't
have to try to produce a short example. ;-)

If nobody recognizes a known problem along these lines, I'll try to
produce an example when I get a chance.

Thanks,
Jonathan
 
I know that an example would be best, but I was sort of hoping someone
would recognize the problem from my brief description so I wouldn't
have to try to produce a short example. ;-)

I'm afraid I forget the specifics (if I ever knew) of these issues as
soon as I've reported them, so I can't save you any time.

Perhaps someone else with a better memory for these things can
remember - but many of the MVPs are likely to be at the MS summit this
week.

Dave
 
Back
Top