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.224.13.136 with SMTP id c8mr16175537qaa.0.1376874231500; Sun, 18 Aug 2013 18:03:51 -0700 (PDT) X-Received: by 10.50.111.17 with SMTP id ie17mr180328igb.3.1376874231413; Sun, 18 Aug 2013 18:03:51 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!f7no2815400qan.0!news-out.google.com!he10ni2338qab.0!nntp.google.com!fx3no2960551qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 18 Aug 2013 18:03:51 -0700 (PDT) In-Reply-To: <1679ec49-424b-43bd-8f35-a5f69e658112@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=79.195.175.131; posting-account=rmHyLAoAAADSQmMWJF0a_815Fdd96RDf NNTP-Posting-Host: 79.195.175.131 References: <1679ec49-424b-43bd-8f35-a5f69e658112@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8e573dcd-e84d-423b-b319-d2224a1ce9ae@googlegroups.com> Subject: Re: Hash Type Size From: AdaMagica Injection-Date: Mon, 19 Aug 2013 01:03:51 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Original-Bytes: 1553 Xref: number.nntp.dca.giganews.com comp.lang.ada:183064 Date: 2013-08-18T18:03:51-07:00 List-Id: On Sunday, August 18, 2013 11:05:47 PM UTC+2, sbelm...@gmail.com wrote: > What is the size of Ada.Containers.Hash_Type intended to be? ... Is the intent that Hash_Type should be the native size of the machine (and the implementation is wrong/advice is vague), or that it actually should be 32-bit if possible? See AARM A.18.1(8.b/2). Looks like ist should be the native size. But it's only advice.