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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,651635aa2f402e26,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.glorb.com!proxad.net!proxad.net!newsfeed.arcor.de!news.arcor.de!not-for-mail Date: Sat, 17 Jun 2006 17:50:31 +0200 From: Georg Bauhaus Organization: elsewhere User-Agent: Thunderbird 1.5.0.4 (Macintosh/20060530) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Q: null records and box Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <44942492$0$11080$9b4e6d93@newsread4.arcor-online.net> NNTP-Posting-Date: 17 Jun 2006 17:49:38 MEST NNTP-Posting-Host: f971edd4.newsread4.arcor-online.net X-Trace: DXC=gVAV[Bgj5fYW4R5Sih0g1S:ejgIfPPldTjW\KbG]kaMX]kI_X=5KeaVc9aLCV_@8C^hP3YJKgE\j\HmneU3SobD] X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:4809 Date: 2006-06-17T17:49:38+02:00 List-Id: John Barnes writes about a null record type, "The aggregate for the (null) value ... can be written as (null record) or even as (others => <>)." (Barnes 2006, p.146) Is the latter part is now rubbed out by LRM 4.3.1(15), so that (null record) is the one way to express a null record aggregate? (GNAT would be right, then.) Georg