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=0.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e61c8636ef35379d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-11-20 17:40:15 PST Path: supernews.google.com!sn-xit-02!sn-xit-03!supernews.com!logbridge.uoregon.edu!feeder.qis.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Robert Dewar Newsgroups: comp.lang.ada Subject: Re: Ada Streams usage (was Escape Sequences in Strings) Date: Tue, 21 Nov 2000 01:33:00 GMT Organization: Deja.com - Before you buy. Message-ID: <8vcjcc$e09$1@nnrp1.deja.com> References: <3A17B0E2@MailAndNews.com> <3A129A89.1B69E2FE@acm.org> <3A13D59E.63A6F92@earthlink.net> <3A168546.89CA38F7@acm.org> <3A177878.AD747325@telepath.com> <3A182633.BDE82EA9@acm.org> <8v9lip$2dr$1@nnrp1.deja.com> NNTP-Posting-Host: 205.232.38.240 X-Article-Creation-Date: Tue Nov 21 01:33:00 2000 GMT X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) X-Http-Proxy: 1.0 x71.deja.com:80 (Squid/1.1.22) for client 205.232.38.240 X-MyDeja-Info: XMYDJUIDrobert_dewar Xref: supernews.google.com comp.lang.ada:2305 Date: 2000-11-21T01:33:00+00:00 List-Id: In article , "Randy Brukardt" wrote: > (Importantly, the base type problem means that streams may not > be portable between different Ada compilers on the same > machine. Even if GNAT is following the AI proposal, there is > no requirement that other compilers do so until the AI is > completed.... Caveat empor.) Wait a moment, there is no requirement on compilers to use any particular representation for stream elements in the first place. This is all implementation advice, and compilers may after all choose different representations for the base type. This has very little to do with streams being portable between Ada compilers, since there is no guarantee in any case. If you want portable streams in this sense, write your own stream routines! Sent via Deja.com http://www.deja.com/ Before you buy.