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,248d2a0e5d01f107 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-07-11 08:13:29 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dewar@gnat.com (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Problem with Gnat.Dynamic_Tables Date: 11 Jul 2002 08:13:29 -0700 Organization: http://groups.google.com/ Message-ID: <5ee5b646.0207110713.a6b5a05@posting.google.com> References: <3D2B6BFB.D4468F57@easystreet.com> NNTP-Posting-Host: 205.232.38.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1026400409 12588 127.0.0.1 (11 Jul 2002 15:13:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 11 Jul 2002 15:13:29 GMT Xref: archiver1.google.com comp.lang.ada:27007 Date: 2002-07-11T15:13:29+00:00 List-Id: achrist@easystreet.com wrote in message news:<3D2B6BFB.D4468F57@easystreet.com>... > I see in the Gnat.Dynamic_Tables comments that no > initialization of the array elements is done. Exactly! > Does an unbounded_string need some > initialization? Of course it does, so this is just a misuse of the package