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-Thread: 103376,30581de1aa7f8b46 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!wns13feed!worldnet.att.net!attbi_s21.POSTED!53ab2750!not-for-mail From: "Jeffrey R. Carter" Organization: jrcarter at acm dot org User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Discriminant within discriminants References: <1146620953.878484.308430@i40g2000cwc.googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <39c6g.956611$xm3.727828@attbi_s21> NNTP-Posting-Host: 12.201.97.176 X-Complaints-To: abuse@mchsi.com X-Trace: attbi_s21 1146703551 12.201.97.176 (Thu, 04 May 2006 00:45:51 GMT) NNTP-Posting-Date: Thu, 04 May 2006 00:45:51 GMT Date: Thu, 04 May 2006 00:45:51 GMT Xref: g2news2.google.com comp.lang.ada:4056 Date: 2006-05-04T00:45:51+00:00 List-Id: Randy Brukardt wrote: > > If you have Ada 2005 support, you can use the default initialization value > to avoid the need to specify a particular value: > > Msg : Message_Types.In_Messages := > (Kind => Message_Types.Dispense_Acknowledgement, > Acknowledgements => > (Size => 8, Dispense_Acks => (1 .. 8 => <>) ) ); Yes, and when Ada 0X is standardized and compilers are available, that's the kind of advice I will give. -- Jeff Carter "I would never want to belong to any club that would have someone like me for a member." Annie Hall 41