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,5653f0bd43045b85 X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: Default Storage Pool (was Re: garbage collection) Date: 1999/08/23 Message-ID: #1/1 X-Deja-AN: 516299506 Sender: bobduff@world.std.com (Robert A Duff) References: <7pm95n$j0l$1@nnrp1.deja.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 1999-08-23T00:00:00+00:00 List-Id: Simon Wright writes: > It would have been very helpful for the Booch Components if all > compilers provided a (standardised, if at all possible) mechanism to > access their default Storage Pool. There is no requirement that the compiler only have one default pool. But you can say: type T1 is access ...; ... type T2 is access ...; for T2'Storage_Pool use T1'Storage_Pool; - Bob -- Change robert to bob to get my real email address. Sorry.