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=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1ff5003422436e4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-12 23:21:01 PST Path: bga.com!news.sprintlink.net!howland.reston.ans.net!swiss.ans.net!newsgate.watson.ibm.com!watnews.watson.ibm.com!usenet From: ncohen@watson.ibm.com (Norman H. Cohen) Newsgroups: comp.lang.ada Subject: Re: Easily-Read C++? Date: 11 Oct 1994 18:02:30 GMT Organization: IBM T.J. Watson Research Center Distribution: world Message-ID: <37ejvm$oh0@watnews1.watson.ibm.com> References: <941005030023_73672.2025_DHR103-1@CompuServe.COM> <371a3p$nos@gnat.cs.nyu.edu> <373vd2$39n@theopolis.orl.mmc.com> <37bnic$kj2@gnat.cs.nyu.edu> Reply-To: ncohen@watson.ibm.com NNTP-Posting-Host: rios8.watson.ibm.com lPath: ncohen Date: 1994-10-11T18:02:30+00:00 List-Id: In article <37bnic$kj2@gnat.cs.nyu.edu>, dewar@cs.nyu.edu (Robert Dewar) writes: |> One little addition on min and max, they are static attributes and so can |> be used in static expressions. That's quite useful.... I agree. I only wish there were a way--short of writing Largest_Integer_Type'Pos(Largest_Integer_Type'Max(...,...))--to use 'Max and 'Min in universal expressions. In fact, even this doesn't work for real numbers. -- Norman H. Cohen ncohen@watson.ibm.com