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,a7dd909b9ed9f6d5,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-26 02:30:00 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!151.189.0.75!newsfeed.germany.net!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: GNAT: Unbounded_Strings Date: 26 Jun 2001 11:45:40 +0200 Organization: Enyo's not your organization Message-ID: <87vgljh8vv.fsf@deneb.enyo.de> References: <9h9a9n$6bm$1@news.kiev.sovam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: archiver1.google.com comp.lang.ada:9108 Date: 2001-06-26T11:45:40+02:00 List-Id: "Maxim Reznik" writes: > I propose another implementation of Unbounded_Strings using > reference counting. Your implementation is not task safe, therefore it is not suitable for inclusion in the GNAT runtime library because it has to deal correctly with tasking issues. > I'm posting it to this news group Please do not post binaries to discussion groups. Thanks.