From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: "Jeffrey R.Carter" Newsgroups: comp.lang.ada Subject: Re: String_Access in unbounded string handling? Date: Sun, 14 Jan 2024 12:17:25 +0100 Organization: A noiseless patient Spider Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sun, 14 Jan 2024 11:17:25 -0000 (UTC) Injection-Info: dont-email.me; posting-host="bca654a60c3a3ea218855e0323afc36b"; logging-data="445766"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+gdR2WcdK8C8FSycc+zMEeVsZ3ly6kRhE=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:ODcwNncS6pem0jAjZDlQfHrzvM8= In-Reply-To: Content-Language: en-US Xref: news.eternal-september.org comp.lang.ada:65995 List-Id: On 2024-01-14 12:05, Blady wrote: > > String_Access is defined in A.4.5 Unbounded-Length String Handling: > 7          type String_Access is access all String; > > and note: > 75  The type String_Access provides a (nonprivate) access type for explicit > processing of unbounded-length strings. > > I wonder what String_Access is for and what could be "explicit processing"? String_Access is a mistake that should not exist. -- Jeff Carter "If you think you got a nasty taunting this time, you ain't heard nothing yet!" Monty Python and the Holy Grail 23