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,43f6bd9b498b66d0 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!u72g2000hsf.googlegroups.com!not-for-mail From: Eric Hughes Newsgroups: comp.lang.ada Subject: Re: default formal parameters in generic declarations Date: Tue, 4 Mar 2008 08:56:54 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <9b3bac4d-5ae1-4a1b-a81e-9aa9ae1843e0@e31g2000hse.googlegroups.com> 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 1204649814 28319 127.0.0.1 (4 Mar 2008 16:56:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 4 Mar 2008 16:56:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u72g2000hsf.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:20184 Date: 2008-03-04T08:56:54-08:00 List-Id: On Mar 4, 6:50 am, "Dr. Adrian Wrigley" wrote: > Perhaps I am being a little stupid, but how does this work? > Could you flesh out the detail a little more? You can see it in action in the C++ I wrote. It was for a prototype version of media server inside Gnash, whose source is available by anonymous CVS. Look, in the source tree under cygnal/, for Aspect.hpp and the sources and unit tests under ACT/ that use it. I don't have an Ada version running at present. I'm just starting to work on one, but as it's an unfunded personal project, I won't offer anything as to schedule. Eric