Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!YAHI.STANFORD.EDU!mdt From: mdt@YAHI.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.lib.bug Subject: libg++ 1.34.0 with g++ 1.34.0 vs 1.34.1 Message-ID: <8903182207.AA20063@yahi> Date: 18 Mar 89 22:07:46 GMT References: <9912@bloom-beacon.MIT.EDU> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 You need to add this to builtin.h: yahi% diff -c2 builtin.h~ builtin.h *** builtin.h~ Sat Mar 4 07:29:42 1989 --- builtin.h Wed Mar 15 00:27:48 1989 *************** *** 43,46 **** --- 43,48 ---- overload sqr; overload testbit; + overload even; + overload odd; #include yahi% Michael