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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,172cdcb8e77bfc0b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-06-13 16:06:53 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-xit-04!sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: semi-visibility Date: Fri, 13 Jun 2003 18:08:05 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <3EE92ACC.8010302@spam.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 X-Complaints-To: abuse@supernews.com Xref: archiver1.google.com comp.lang.ada:39145 Date: 2003-06-13T18:08:05-05:00 List-Id: Jeffrey Carter wrote in message <3EE92ACC.8010302@spam.com>... >One solution is to wait for Ada 0X. It has a way to to do this; IIRC, >it's "with private". Actually, it's "private with" (see AI-262). And that's by far the best solution, but it hasn't appeared in compilers yet. Randy.