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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,33ed4ca582c945fc X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!m36g2000hse.googlegroups.com!not-for-mail From: fedya_fedyakoff@inbox.ru Newsgroups: comp.lang.ada Subject: Re: Limited returns Date: Tue, 24 Jun 2008 08:01:01 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <304d62f5-53eb-4ec2-bcd5-a84ac8f9fe60@m44g2000hsc.googlegroups.com> <3pwjng4q8sde.mh4dkauvjpxt.dlg@40tude.net> <1j69b9rfwxyan$.y9ghhug4gy9m.dlg@40tude.net> NNTP-Posting-Host: 81.25.167.50 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1214319661 1111 127.0.0.1 (24 Jun 2008 15:01:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 24 Jun 2008 15:01:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m36g2000hse.googlegroups.com; posting-host=81.25.167.50; posting-account=ESyqEgoAAAB5AfqBmmLVjrqeNSkFQsKY User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.50 (Windows NT 5.1; U; ru),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:837 Date: 2008-06-24T08:01:01-07:00 List-Id: >Because of a compiler bug, I guess. I think you should post it. unfortunately too match bugs. > Because it should be this way. The number of Adjusts and Initializes shall > match the number of Finalizes (not considering aggregates you don't have in > your code). Oh, I see now. Thanks. > > If you are familiar with C++, consider Adjust as a [part of a] copy > constructor and Initialize as a [part of the] default constructor. I assume you mean to say as part of 'operator ='. Thanks again.