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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: G. B. Newsgroups: comp.lang.ada Subject: Re: Trivia: Ada packages are great! Date: Fri, 9 Nov 2018 05:45:07 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <5af3c4a0-5856-47ec-bb05-0ae9f9bb24ff@googlegroups.com> <98c7d0b5-2262-4246-bb4f-6dde1d59ff6b@googlegroups.com> <14fe0dc9-da23-4eac-a407-01198bfc7ae2@googlegroups.com> <3800bb3b-bd72-4672-b53d-059a47802edf@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 9 Nov 2018 05:45:07 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="2cc9b1c332ae12f84a84b1aebc9ccd36"; logging-data="4644"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19rI8hN40Qi/fgndxbPFrPfHpI3piF36YM=" User-Agent: NewsTap/5.3.1 (iPhone/iPod Touch) Cancel-Lock: sha1:fRNezS7ELLdC8o7frggKfvtpeJo= sha1:77GM0VOrYEpBLWXbfsUKsNKfcVU= Xref: reader02.eternal-september.org comp.lang.ada:54803 Date: 2018-11-09T05:45:07+00:00 List-Id: Maciej Sobczak wrote: > >> Adding to a namespace in a separate file I need to modify a meta-MANIFEST >> file that lists what’s in a namespace. > > What is a meta-MANIFEST file? Is this in the Ada or C++ context? > The (C++) context is the text you have removed: I take it that neither a file nor a single “namespace xyz {...” will provide an exhaustive answer when asking: What unit do I need when I need all of that namespace? Granted, this, like C# classes broken into several implementation units will help keeping business secrets apart, for example.