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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,51b151b4d322b1cc X-Google-Attributes: gid103376,public From: Robert A Duff Subject: Re: ada.strings.unbounded "free" and "String_Access" Date: 2000/03/08 Message-ID: #1/1 X-Deja-AN: 594811819 Sender: bobduff@world.std.com (Robert A Duff) References: <38C5B5AD.D310C559@mindspring.com> Organization: The World Public Access UNIX, Brookline, MA Newsgroups: comp.lang.ada Date: 2000-03-08T00:00:00+00:00 List-Id: Al Johnston writes: > But I was wondering... why is the type "ada.strings. > unbounded.string_access" as well as a "free" routine > for this type, provided in the spec of unbounded.strings? There's no very good reason. I think somebody just wanted to have a String_Access type lying around for convenience. And Strings.Unbounded seemed like as good a place as any to put it. > I cant find a way of getting anything from this package > that is of this type, much less having a need to free it. You're right. Nothing else in this package has anything to do with String_Access. - Bob