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,1de1981df403322c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-11 02:35:04 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: martin.dowie@btopenworld.com (Martin Dowie) Newsgroups: comp.lang.ada Subject: Re: New limited range type? Date: 11 Nov 2003 02:35:04 -0800 Organization: http://groups.google.com Message-ID: References: <20619edc.0311071005.15e6b9a8@posting.google.com> NNTP-Posting-Host: 20.138.254.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1068546904 22405 127.0.0.1 (11 Nov 2003 10:35:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 11 Nov 2003 10:35:04 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:2332 Date: 2003-11-11T02:35:04-08:00 List-Id: > > Also, why not allow it for any scalar type? > > Yes, I think you're right. Shall I send a proposal to ada-comment? You'll note that from my example, you need different versions for fixed/float and scalers - it would be nice if there was a generic formal type parameter that allowed you to specify any *scaler*. Perhaps you could mention that to ada-comment too? :-)