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,c08a7609345f4e5 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!f6g2000yqa.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Limited use for limited with? Date: Tue, 28 Sep 2010 13:32:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <853314bc-0f79-435f-86a5-d7bcdd610731@c10g2000yqh.googlegroups.com> <2d380627-480e-4093-9a0f-a88beb70b189@q28g2000prb.googlegroups.com> <887059ad-86c3-4de9-b8b8-043bdf1573a9@n19g2000prf.googlegroups.com> NNTP-Posting-Host: 109.165.8.252 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1285705943 23955 127.0.0.1 (28 Sep 2010 20:32:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 28 Sep 2010 20:32:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: f6g2000yqa.googlegroups.com; posting-host=109.165.8.252; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.10) Gecko/20100914 SUSE/3.6.10-0.3.1 Firefox/3.6.10,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:14301 Date: 2010-09-28T13:32:23-07:00 List-Id: On Sep 28, 11:24=A0pm, Adam Beneschan wrote: > On Sep 28, 10:31=A0am, Robert A Duff > wrote: > > > Adam Beneschan writes: > > > So it really rubs me the wrong way to see comments---not from you, bu= t > > > from someone else---such as "Ada2012 should relax rules to make > > > limited with more useful." > May be "should" is wrong word, I am sorry for confusion, but this extension is in Amendment 2012 right now, see http://www.ada-auth.org/cgi-bin/cvsweb.cgi/ai05s/ai05-0151-1.txt which allows to use incomplete type as type of parameter of subprogram, so it covers original issue exactly.