Path: utzoo!attcan!uunet!brunix!sdm From: sdm@cs.brown.edu (Scott Meyers) Newsgroups: comp.lang.c++ Subject: cfront 2.0 bug w/pure virtual type conversion Message-ID: <49331@brunix.UUCP> Date: 7 Sep 90 17:33:16 GMT Sender: news@brunix.UUCP Reply-To: sdm@cs.brown.edu (Scott Meyers) Organization: Brown University Department of Computer Science Lines: 18 Consider this little gem: class base { public: virtual operator int() const = 0; }; When run by cfront 2.0, I get: "conversion.C", line 3: internal <> error: signature of 0 Removing the "= 0" makes the problem go away. Could someone with a 2.1 compiler please tell me if this bug has been fixed? Thanks a lot, Scott