
June 9, 2003
3:55 p.m.
At 10:48 AM 6/10/03 +1200, Greg Ewing wrote:
I don't have a use case that breaks with this requirement (since you can always use multiple inheritance to make a desirable class raisable).
What if the desirable class has a C layout that conflicts with that of Exception?
Can't Exception be "abstract" with respect to layout?