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,d56e8cd008b09d8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-22 10:51:16 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!nntp.cs.ubc.ca!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Construction/Destruction and copy semantics Date: Sun, 22 Jul 2001 20:42:17 +0300 Organization: The Hebrew University of Jerusalem Message-ID: <9jf3b3$pet$1@news.huji.ac.il> References: <9jeuvb$not$1@wanadoo.fr> NNTP-Posting-Host: di3-92.dialin.huji.ac.il X-Trace: news.huji.ac.il 995823779 26077 132.64.13.92 (22 Jul 2001 17:42:59 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Sun, 22 Jul 2001 17:42:59 +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:10422 Date: 2001-07-22T20:42:17+03:00 List-Id: I am not sure I understand you. Do you have a critique of Ada's controlled types, or don't you know they even exists? You don't overload :=, you derive from Ada.Finalization.Controlled, and define an Adjust procedure. Ehud Lamm