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,ce0900b60ca3f616 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-14 20:10:37 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!isdnet!diablo.theplanet.net!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!ppp-1-25.cvx2.telinco.NET!not-for-mail From: "Nick Roberts" Newsgroups: comp.lang.ada Subject: Re: List container strawman Date: Thu, 15 Nov 2001 03:33:24 -0000 Message-ID: <9svf7q$161cka$1@ID-25716.news.dfncis.de> References: <3BE29AF4.80804@telepath.com> <3BF1A33D.73DE084F@boeing.com> <9su0b3$l3m$1@nh.pace.co.uk> <3BF2A186.F1911068@boeing.com> <9subes$put$1@nh.pace.co.uk> NNTP-Posting-Host: ppp-1-25.cvx2.telinco.net (212.1.140.25) X-Trace: fu-berlin.de 1005797435 39891594 212.1.140.25 (16 [25716]) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:16552 Date: 2001-11-15T03:33:24+00:00 List-Id: Have I missed something in this discussion? If it is, as I get the impression, over whether the data type (the type of each element of a list) generic parameter should be private or limited private, I think I can give you the definitive answer. Unless I'm really missing something, it's got to be private (non-limited), because otherwise how do you copy values of that type into or out of the list? End of argument (isn't it?). -- Best wishes, Nick Roberts