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: Hyman Rosen Subject: Re: friend classes in ada95 (long) Date: 2000/04/23 Message-ID: #1/1 X-Deja-AN: 614540218 Sender: hymie@calumny.jyacc.com References: X-Complaints-To: abuse@panix.com X-Trace: news.panix.com 956469311 21187 209.49.126.226 (23 Apr 2000 05:55:11 GMT) Organization: PANIX Public Access Internet and UNIX, NYC NNTP-Posting-Date: 23 Apr 2000 05:55:11 GMT Newsgroups: comp.lang.ada Date: 2000-04-23T05:55:11+00:00 List-Id: Brian Rogoff writes: > > 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. Which assertion? Signatures are definitely being removed from GNU C++. This has been proclaimed on the official mailing lists by official maintainers. As to the other, the message to which I responded was talking about Java, so I meant that C++ has interface MI which is the equal of Java (nearly, with an exception I've posted before). It certainly needs no "grafting".