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-11 05:20:26 PST Path: archiver1.google.com!news1.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!chcgil2-snf1.gtei.net!news.gtei.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada Subject: Re: List container strawman 1.2 Date: 11 Nov 2001 07:07:21 -0600 Organization: LJK Software Message-ID: References: <3BECA3B7.5020702@telepath.com> <9sjf4n$odm$1@news.huji.ac.il> <3mcH7.20046$xS6.32571@www.newsranger.com> <3BED76AA.3FFF82C8@free.fr> <9sjvfe$2jk$1@news.huji.ac.il> <3BEE56EB.B77E50B1@free.fr> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1005484045 27810 192.135.80.34 (11 Nov 2001 13:07:25 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Sun, 11 Nov 2001 13:07:25 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:16274 Date: 2001-11-11T07:07:21-06:00 List-Id: In article <3BEE56EB.B77E50B1@free.fr>, Jean-Marc Bourguet writes: > Ehud Lamm wrote: >> If we don't make the type controlled we must have a clean up routine, of >> course. > > I think that the need to call a cleanup procedure is more a burden than the > constraint to have instanciation at library level. In particular, failure to call a cleanup routine will not be automatically detected.