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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6ae51c3be5bd0091,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-12-16 00:37:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!tar-alcarin.cbb-automation.DE!not-for-mail From: Dmitry A. Kazakov Newsgroups: comp.lang.ada Subject: Streaming limited tagged types Date: Mon, 16 Dec 2002 09:36:46 +0100 Message-ID: NNTP-Posting-Host: tar-alcarin.cbb-automation.de (212.79.194.111) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 1040027806 38143634 212.79.194.111 (16 [77047]) X-Newsreader: Forte Agent 1.8/32.548 Xref: archiver1.google.com comp.lang.ada:31878 Date: 2002-12-16T09:36:46+01:00 List-Id: Hi! Two problems with that: 1. S'Input is not defined for a limited type. I could define it, but it seems that S'Class'Input will be still undefined. 2. Should I have S'Class'Input it would not help much in the case when the object should be allocated in the heap. "new" with a qualified expression will not work for a limited type. Is there a way to stream limited tagged types? --- Regards, Dmitry Kazakov www.dmitry-kazakov.de