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, MSGID_RANDY 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 Dewar Subject: Re: garbage collection Date: 1999/08/21 Message-ID: <7pma7e$jll$1@nnrp1.deja.com>#1/1 X-Deja-AN: 515470530 References: <37be0c85@news1.us.ibm.net> X-Http-Proxy: 1.0 x25.deja.com:80 (Squid/1.1.22) for client 166.72.82.184 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Sat Aug 21 13:39:59 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-08-21T00:00:00+00:00 List-Id: In article <37be0c85@news1.us.ibm.net>, "Matthew Heaney" wrote: > That's one nice thing about C++. You can implement a pointer > abstraction that has a syntax identical to a built-in pointer. > In Ada95, you have to implement a "handle" type that provides > a dereference operator: Not in GNAT, simply derive from the Checked_Pool abstraction, providing an appropriate Dereference function. Robert Dewar Ada Core Technologies Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.