From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8b8748382fcfacc1 X-Google-Attributes: gid103376,public From: Brian Rogoff Subject: Re: friend classes in ada95 (long) Date: 2000/04/19 Message-ID: #1/1 X-Deja-AN: 613284217 References: Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: nntp1.ba.best.com 956175642 228 bpr@206.184.139.136 MIME-Version: 1.0 Newsgroups: comp.lang.ada Date: 2000-04-19T00:00:00+00:00 List-Id: On 19 Apr 2000, Hyman Rosen wrote: > Brian Rogoff writes: > > There was some work at grafting interface MI into C++, indeed I believe > > that GNU C++ may still support the "signature" proposal of Russo and > > Baumgartner. I thought that stuff was neat, and hope something similar > > finds its way into the next Ada. > > Signatures are being removed from the latest version of GNU C++. > There is no need to "graft interface MI" into C++ because C++ > fully supports interface MI as it stands. I disagree with your assertion. GNU C++ signatures allowed subtyping *independent* of class hierarchy, and even allowed the extraction of a signature from an existing class using a "sigof" operator, something even Java doesn't have. -- Brian