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,98dbc8f279df5afc X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-14 20:28:59 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!newsread2.news.atl.earthlink.net.POSTED!not-for-mail Sender: mheaney@MHEANEYX200 Newsgroups: comp.lang.ada Subject: Re: A nongeneric bounded string array type References: <3F86E9DE.4070000@comcast.net> From: Matthew Heaney Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 15 Oct 2003 03:28:58 GMT NNTP-Posting-Host: 65.110.133.120 X-Complaints-To: abuse@earthlink.net X-Trace: newsread2.news.atl.earthlink.net 1066188538 65.110.133.120 (Tue, 14 Oct 2003 23:28:58 EDT) NNTP-Posting-Date: Tue, 14 Oct 2003 23:28:58 EDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:872 Date: 2003-10-15T03:28:58+00:00 List-Id: Stephen Leake writes: > It is also possible to write a direct replacement for > Ada.Strings.Bounded that is not generic, but takes a discriminant for > the max length. There is a bounded string like that in the Charles library: charles.strings.bounded