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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2a687662f09731bb X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!proxad.net!feeder1.cambrium.nl!feed.tweaknews.nl!newsfeeder.wxs.nl!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!xindi.nntp.kabelfoon.nl!193.111.200.220.MISMATCH!news-peer.gradwell.net!news-peer-lilac.gradwell.net!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada References: <1132227919.9036.51.camel@sonnenregen> <1132233886.11218.11.camel@sonnenregen> <1w17gk3manse1$.1kcsd6cj5scen$.dlg@40tude.net> Subject: Re: Don't use the "use" clause Date: Tue, 24 Jan 2006 09:48:12 -0000 Organization: BAE SYSTEMS X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Message-ID: <43d5f5cf$1_1@glkas0286.greenlnk.net> X-Original-NNTP-Posting-Host: glkas0286.greenlnk.net NNTP-Posting-Host: 20.133.0.1 X-Trace: 1138096185 news.gradwell.net 87290 dnews/20.133.0.1:38195 X-Complaints-To: news-abuse@gradwell.net Xref: g2news1.google.com comp.lang.ada:2602 Date: 2006-01-24T09:48:12+00:00 List-Id: Dmitry A. Kazakov wrote: > On Mon, 23 Jan 2006 21:27:19 -0500, Stephen Leake wrote: > >> It says "no use clauses in package specs. > > Which implies that child and nested packages should be forbidden... > > As well as all others, after all Standard is "use"-d. Why? It should > not... > > Hmm, where Standard is declared? Isn't *that* package "use"-d? (:-)) No it isn't - all Ada programs are conceptually declared _within_ package Standard : so no need to with or use it (see LRM A.1 54). Cheers -- Martin