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,edd7ea1b2d7e9a18 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-14 13:31:40 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Pitfall: freeing access discriminants Date: 14 Feb 2003 21:30:33 +0000 Organization: Pushface Sender: simon@smaug.pushface.org Message-ID: References: NNTP-Posting-Host: pogner.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: news.demon.co.uk 1045258300 27219 62.49.19.209 (14 Feb 2003 21:31:40 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Fri, 14 Feb 2003 21:31:40 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 Xref: archiver1.google.com comp.lang.ada:34108 Date: 2003-02-14T21:30:33+00:00 List-Id: tmoran@acm.org writes: > And how would you make the anonymous access type > "D: access Integer" allocate from other than the standard pool? I don't see what you mean by "making D allocate". The thing D is pointing to was allocated by someone from some pool (or perhaps it was declared aliased).