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,5dacec64c8c879fa X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.222.71 with SMTP id qk7mr17290999pbc.1.1328713584798; Wed, 08 Feb 2012 07:06:24 -0800 (PST) Path: wr5ni1568pbc.0!nntp.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Preventing Unchecked_Deallocation? Date: Wed, 08 Feb 2012 10:06:24 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <33a35da4-6c3e-4ab4-b58f-a9d73565d79a@t30g2000vbx.googlegroups.com> <4350713b-6ac3-4b22-b221-8da2bac52fea@t5g2000yqk.googlegroups.com> <26e4f2a4-edae-4e37-8697-f2390e636a21@z31g2000vbt.googlegroups.com> <07915db7-0e84-4eb5-af69-ee31e10b018f@db5g2000vbb.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 X-Trace: pcls6.std.com 1328713584 20396 192.74.137.71 (8 Feb 2012 15:06:24 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Wed, 8 Feb 2012 15:06:24 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:xeg4TZ2O8DCoicy4rkuFx30/KYg= Content-Type: text/plain; charset=us-ascii Date: 2012-02-08T10:06:24-05:00 List-Id: Simon Wright writes: >> You could use Ada.Containers.Maps, but there are still access types >> under the covers. > > But not for limited objects, surely? Right, I missed the "limited" part. Also, I meant to say Indefinite_Maps, which allow class-wide. - Bob