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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.42.10.66 with SMTP id p2mr1695621icp.28.1407899217468; Tue, 12 Aug 2014 20:06:57 -0700 (PDT) X-Received: by 10.182.221.163 with SMTP id qf3mr12357obc.0.1407899217096; Tue, 12 Aug 2014 20:06:57 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!h18no19251912igc.0!news-out.google.com!px9ni620igc.0!nntp.google.com!h18no12365799igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 12 Aug 2014 20:06:56 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.179.102.101; posting-account=wEPvUgoAAABrLeiz_LRhQ3jeEhyfWVMH NNTP-Posting-Host: 73.179.102.101 References: <892c6798-489d-400a-bb9a-7a14605c493f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <58a951df-217b-48ee-bd0b-f9953f5b622b@googlegroups.com> Subject: Re: Pointer to instance of indefinite array? From: NiGHTS Injection-Date: Wed, 13 Aug 2014 03:06:57 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.dca.giganews.com comp.lang.ada:188405 Date: 2014-08-12T20:06:56-07:00 List-Id: On Tuesday, August 12, 2014 10:29:04 PM UTC-4, Shark8 wrote: > On 12-Aug-14 20:07, NiGHTS wrote: > What are you really trying to do? You can do everything you want in the > example w/o touching access types: On Tuesday, August 12, 2014 10:09:37 PM UTC-4, Jeffrey Carter wrote: > Think in Ada and get rid of the access type. Hmm. You're right. It worked! Compiler must be changing it internally to a pointer though since it would be far too inefficient to copy the entire array.