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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.175.131 with SMTP id p3mr12053568ioo.31.1521744652055; Thu, 22 Mar 2018 11:50:52 -0700 (PDT) X-Received: by 2002:a9d:3053:: with SMTP id w19-v6mr665008otd.0.1521744651799; Thu, 22 Mar 2018 11:50:51 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!peer02.am4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!199-v6no1035058itl.0!news-out.google.com!d3-v6ni1306itf.0!nntp.google.com!199-v6no1035054itl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 22 Mar 2018 11:50:51 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.16.86; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.16.86 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2e11e4ad-1b71-42bb-b1f3-e76d1dd69c2b@googlegroups.com> Subject: Re: When enumerating does Ada enumerated type goes up to up to Integer'Last or System.Max_Int From: Shark8 Injection-Date: Thu, 22 Mar 2018 18:50:52 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Body-CRC: 355677035 X-Received-Bytes: 1627 Xref: reader02.eternal-september.org comp.lang.ada:51142 Date: 2018-03-22T11:50:51-07:00 List-Id: On Thursday, March 22, 2018 at 12:44:02 PM UTC-6, Bojan Bozovic wrote: > http://www.adaic.org/resources/add_content/standards/05aarm/html/AA-3-5-1.html Or should either of them be controlling? (Arguably yes, because of the 'Pos and 'Val attributes; but OTOH enumerations **ARE NOT** tied to Integer in the Ada-mindset.)