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,1116ece181be1aea X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-09-30 15:01:24 PST Path: archiver1.google.com!news2.google.com!newsfeed.stanford.edu!lnsnews.lns.cornell.edu!newsstand.cit.cornell.edu!ngpeer.news.aol.com!newsfeed1!bredband!uio.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Is the Writing on the Wall for Ada? Date: Tue, 30 Sep 2003 22:01:21 +0000 (UTC) Organization: PVV Message-ID: References: <1064527575.648809@master.nyc.kbcfp.com> <3F739C1D.4030907@attbi.com> <3F78E850.8010401@comcast.net> <3F797748.3000203@noplace.com> <834clb.uan1.ln@skymaster> <3F79EF18.7060600@comcast.net> NNTP-Posting-Host: kiuk0152.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1064959281 2875 129.241.83.78 (30 Sep 2003 22:01:21 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Tue, 30 Sep 2003 22:01:21 +0000 (UTC) User-Agent: slrn/0.9.8.0 (Linux) Xref: archiver1.google.com comp.lang.ada:41 Date: 2003-09-30T22:01:21+00:00 List-Id: On 2003-09-30, Robert I. Eachus wrote: > If you want a subtle point to discuss though, should the I/O operations > for Unbounded_String and instances of Bounded_String be symmetric, and > symmetrically located? My inclination is that Get and Put for > Bounded_String belong in Ada.Strings.Bounded_String, but Get_Line for > Unbounded_String belongs in Ada.Text_IO... I can agree on that since Bounded are generic. Preben