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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a05:620a:3dd:: with SMTP id r29mr19153916qkm.370.1574526343900; Sat, 23 Nov 2019 08:25:43 -0800 (PST) X-Received: by 2002:a05:6830:1458:: with SMTP id w24mr15275716otp.206.1574526343662; Sat, 23 Nov 2019 08:25:43 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.dns-netz.com!news.freedyn.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!85.12.16.68.MISMATCH!peer01.ams1!peer.ams1.xlned.com!news.xlned.com!feeder1.cambriumusenet.nl!feed.tweak.nl!209.85.160.216.MISMATCH!g89no2807480qtd.0!news-out.google.com!p4ni1612qtu.1!nntp.google.com!g89no2807472qtd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 23 Nov 2019 08:25:43 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.109.61.2; posting-account=QF6XPQoAAABce2NyPxxDAaKdAkN6RgAf NNTP-Posting-Host: 70.109.61.2 References: <358a3934-7cb2-4cff-8703-71410815f27e@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Initializing an array of tasks with discrimants From: Jere Injection-Date: Sat, 23 Nov 2019 16:25:43 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1770 X-Received-Body-CRC: 1899115662 Xref: reader01.eternal-september.org comp.lang.ada:57601 Date: 2019-11-23T08:25:43-08:00 List-Id: On Friday, November 22, 2019 at 6:57:52 PM UTC-5, Robert A Duff wrote: > Jere writes: > > > Is there a particular aggregate that I can use to avoid > > the superfluous wrapper record? > > See AI12-0212-1.TXT. Not yet implemented in GNAT, > as far as I know. > > - Bob So I googled that, but on the page that the search provided didn't seem to have anything that I could see to initializing task types with discriminants. It showed a lot on how to initialize containers, but I didn't see anything for tasks. What am I missing there?