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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dab1e23fc81e6b17 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-02 10:10:30 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc03.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: overriding "*", was Re: What's the ICFP Programming contest? References: X-Newsreader: Tom's custom newsreader Message-ID: <9mEMa.19277$926.1303@sccrnsc03> NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc03 1057165829 12.234.13.56 (Wed, 02 Jul 2003 17:10:29 GMT) NNTP-Posting-Date: Wed, 02 Jul 2003 17:10:29 GMT Organization: AT&T Broadband Date: Wed, 02 Jul 2003 17:10:29 GMT Xref: archiver1.google.com comp.lang.ada:39983 Date: 2003-07-02T17:10:29+00:00 List-Id: >That's a well-known feature of Ada 95 (and it is incompatible with Ada >83). The problem is that you can't hide the mixed fixed point multiply >(any fixed * any fixed -> universal fixed), so it is ambiguous anywhere >other than in the children of your fixed point package. Why did it work in Ada 83, and why was it changed?