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,a644fa9cd1a3869a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-10 11:41:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: List container strawman 1.2 Date: Sat, 10 Nov 2001 21:29:59 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9sjvfe$2jk$1@news.huji.ac.il> References: <3BECA3B7.5020702@telepath.com> <9sjf4n$odm$1@news.huji.ac.il> <3mcH7.20046$xS6.32571@www.newsranger.com> <3BED76AA.3FFF82C8@free.fr> NNTP-Posting-Host: di2-43.dialin.huji.ac.il X-Trace: news.huji.ac.il 1005420847 2676 132.64.12.43 (10 Nov 2001 19:34:07 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Sat, 10 Nov 2001 19:34:07 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:16238 Date: 2001-11-10T21:29:59+02:00 List-Id: Jean-Marc Bourguet wrote in message news:3BED76AA.3FFF82C8@free.fr... > Even if the list is limited (something I would not object to, I don't see > much use for a non limited list where the assignement does make a copy of > the list), it has to be controlled or you'll have a memory leak or impose > to call a cleanup procedure. > If we don't make the type controlled we must have a clean up routine, of course. Ehud