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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,efc9f994d31d0d5e X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!postnews.google.com!i29g2000prf.googlegroups.com!not-for-mail From: Eric Hughes Newsgroups: comp.lang.ada Subject: Re: Limited initialization for non-limited types Date: Wed, 26 Mar 2008 17:07:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1a674c21-c0f5-4850-914e-529ea7895790@i29g2000prf.googlegroups.com> References: NNTP-Posting-Host: 166.70.57.218 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1206576430 23644 127.0.0.1 (27 Mar 2008 00:07:10 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 27 Mar 2008 00:07:10 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i29g2000prf.googlegroups.com; posting-host=166.70.57.218; posting-account=5RIiTwoAAACt_Eu87gmPAJMoMTeMz-rn User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20596 Date: 2008-03-26T17:07:10-07:00 List-Id: On Mar 26, 8:02 am, Robert A Duff wrote: > Perhaps you can get what you want by wrapping a nonlimited type in a > limited record? That won't work in this case. The whole point of this test object is to monitor its internal behavior under assignment. I can't well do that without assignment. Eric