comp.lang.ada
 help / color / mirror / Atom feed
From: Christoph Grein <Christoph.Grein@eurocopter.com>
To: CLA <comp.lang.ada@ada-france.org>
Subject: Re: Aliased
Date: Fri, 17 Jun 2005 06:38:49 +0200
Date: 2005-06-17T06:38:49+02:00	[thread overview]
Message-ID: <mailman.55.1118983988.17633.comp.lang.ada@ada-france.org> (raw)
In-Reply-To: 1118930589.514028.150340@g47g2000cwa.googlegroups.com

For a reference manual exegesis why this does not work:

  type D is array (Integer range <>) of ...;
  type A is access all D;

  X : aliased D (1..3);
  AX: A           := X'Access;
  BX: A (X'Range) := X'Access;

see 
<http://www.christ-usch-grein.homepage.t-online.de/AdaMagica/ThickThin.html>

IANLL, so I do not know why it must be like this.




  parent reply	other threads:[~2005-06-17  4:38 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-15 16:06 Aliased nblanpain
2005-06-15 16:35 ` Aliased Martin Dowie
2005-06-15 18:56 ` Aliased nblanpain
2005-06-15 21:47   ` Aliased Martin Dowie
2005-06-16  3:15 ` Aliased Steve
2005-06-16 14:03   ` Aliased nblanpain
2005-06-16 19:56     ` Aliased Simon Wright
2005-06-17  7:01       ` Aliased nblanpain
2005-06-17  9:38         ` Aliased Larry Kilgallen
2005-06-19 19:44           ` Aliased nblanpain
2005-06-19 20:33             ` Aliased Jeffrey Carter
2005-06-20  9:34               ` Aliased nblanpain
2005-06-20 16:41                 ` Aliased Jeffrey Carter
2005-06-17  2:15     ` Aliased Jeffrey Carter
2005-06-17  7:02       ` Aliased nblanpain
2005-06-17  2:35     ` Aliased Steve
2005-06-17  7:52       ` Aliased Dmitry A. Kazakov
2005-06-17  4:38     ` Christoph Grein [this message]
2005-06-29 21:10     ` Aliased Robert A Duff
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox