Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!hplabs!nsc!pyramid!zona From: zona@pyramid.pyramid.com ( lang group) Newsgroups: comp.lang.c++ Subject: Need help with bug(?) in cfront Keywords: cfront Message-ID: <107313@pyramid.pyramid.com> Date: 30 Mar 90 01:01:35 GMT Organization: Pyramid Technology Corp., Mountain View, CA Lines: 29 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