Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!gem.mps.ohio-state.edu!tut.cis.ohio-state.edu!ICS.UCI.EDU!rfg From: rfg@ICS.UCI.EDU Newsgroups: gnu.g++.bug Subject: Is this a bug or a feature? Message-ID: <8911090116.aa13140@ICS.UCI.EDU> Date: 9 Nov 89 09:16:12 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 It seems that the property of a class X which makes it a friend class of some other class Y is *not* inherited by classes derived from X (in g++ 1.36.1- at least). Is this a bug or a feature? I seem to recall somebody in comp.lang.c++ saying that this was a language feature, but if that is the case, it sure is uncalled for. // rfg