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,842accb6a7d76669 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-08 03:01:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: List container strawman 1.1 Date: Thu, 8 Nov 2001 12:56:00 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9sdojl$e6h$1@news.huji.ac.il> References: <3BE301D1.4010106@telepath.com> <3BE7DA00.8020807@acm.org> NNTP-Posting-Host: di3-58.dialin.huji.ac.il X-Trace: news.huji.ac.il 1005217205 14545 132.64.13.58 (8 Nov 2001 11:00:05 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Thu, 8 Nov 2001 11:00:05 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:16048 Date: 2001-11-08T12:56:00+02:00 List-Id: Roy Bell wrote in message news:3BE7DA00.8020807@acm.org... > > > > > > with Ada.Finalization; > > with Ada.Streams; > > > > Can we defer the routines that require Ada.Streams to a child unit? > I agree. But maybe the added complexity isn't worth it? I wouldn't see this as a show stopper. Ehud