Path: utzoo!utgpu!watmath!iuvax!cica!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!tiemann From: tiemann@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: G++ bug Message-ID: <8907282153.AA29787@yahi.Stanford.EDU> Date: 28 Jul 89 21:53:34 GMT References: <8906051907.AA12523@targhee.lanl.gov> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 The current version of GNU C++ is > 1.35.0, with work presently going on on 1.36.0. In this version, there is no abort. However, you have a name conflict between the member `last' and the member function `last'. You should not expect the compiler to figure out which one you meant by context, since there are contexts where either might be suitable. Michael