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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:ac56:: with SMTP id m22mr3708439iti.25.1555594371041; Thu, 18 Apr 2019 06:32:51 -0700 (PDT) X-Received: by 2002:aca:4282:: with SMTP id p124mr1870273oia.175.1555594370723; Thu, 18 Apr 2019 06:32:50 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!news.muarf.org!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!209.85.166.215.MISMATCH!b2no149366itd.0!news-out.google.com!w17ni210itb.0!nntp.google.com!136no149989itk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 18 Apr 2019 06:32:50 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.225.51.130; posting-account=ShYTIAoAAABytvcS76ZrG9GdaV-nXYKy NNTP-Posting-Host: 173.225.51.130 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9f0e4965-3d05-4ebd-bb9a-2f80720fd51a@googlegroups.com> Subject: Re: Why can't objects be static in Ada? From: sbelmont700@gmail.com Injection-Date: Thu, 18 Apr 2019 13:32:51 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56153 Date: 2019-04-18T06:32:50-07:00 List-Id: I see this more as a deficiency in the generic model than in the elaboratio= n model. Consider that if the OP had just manually copy-and-pasted the gen= eric code as a nested package (which is ostensibly what generics do) instea= d of using an instantiation, everything would have worked fine. -sb