zona@pyramid.pyramid.com ( lang group) (03/30/90)
Has anyone else found this bug in cfront ver 2.0?
Is this bug inherent in cfront or could it be a bug in porting?
Has anyone found a way to fix it?
the bug:
cfront won't allow a fully qualifier destructor declared with or
without "virtual". (That is, if I take "virtual" away, I
get the same bug.
bug1.C
-------
class A {
A::A();
virtual A::~A();
}
"bug1.C", line 25: error: A ::~A () with return type
Thanks for any pointers to this problem,
Zona
zona@pyrps5.pyramid.com