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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5e7d910855b4fd03 X-Google-Attributes: gid103376,public From: Brian Rogoff Subject: Re: access type referencing nested array element Date: 1998/09/19 Message-ID: #1/1 X-Deja-AN: 392808413 References: <6u0fmj$hlm$1@nnrp1.dejanews.com> Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: 906235373 4343 bpr 206.184.139.132 Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1998-09-19T00:00:00+00:00 List-Id: On Sat, 19 Sep 1998 dewarr@my-dejanews.com wrote: > > In particular, the horrible phenomenon of people importing > a C style into Ada 95 is something I often see, with the > aliased keyword all over the place. Perfectly dreadful > coding style! I suspect that you wouldn't like the C++ STL, or the Ada translations of it, since they tend to use "aliased" a lot (in the Ada case of course; in C++ everything is potentially aliased) and I think you couldn't write an STL in Ada without it. I agree completely with your admonition against its (over)use, but I'm awfully glad its there. -- Brian