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.6 required=5.0 tests=BAYES_05,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be018246a766b23 X-Google-Attributes: gid103376,public From: "John G. Volan" Subject: Re: Private declaration question Date: 1997/06/10 Message-ID: <339E06BF.5741@sprintmail.com>#1/1 X-Deja-AN: 247582210 References: <5nibkg$p9t$1@goanna.cs.rmit.edu.au> <865993476.33snx@jvdsys.nextjk.stuyts.nl> <339E062E.2BC4@sprintmail.com> Reply-To: johnvolan@sprintmail.com Newsgroups: comp.lang.ada Date: 1997-06-10T00:00:00+00:00 List-Id: John G. Volan wrote: > > return A_Type (1 .. Length, 1 .. Width)'(others => Value); Woops! That should be: return A_Type'(1 .. Length => (1 .. Width => Value)); ------------------------------------------------------------------------ Internet.Usenet.Put_Signature (Name => "John G. Volan", Employer => "Texas Instruments Advanced C3I Systems, San Jose, CA", Work_Email => "johnv@ti.com", Home_Email => "johnvolan@sprintmail.com", Slogan => "Ada95: World's *FIRST* International-Standard OOPL", Disclaimer => "My employer never defined these opinions, so using " & "them would be totally erroneous...or is that just " & "nondeterministic behavior now? :-) "); ------------------------------------------------------------------------