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,b031c56dc601135 X-Google-Attributes: gid103376,public Path: controlnews3.google.com!postnews1.google.com!not-for-mail From: 402450@cepsz.unizar.es (Jano) Newsgroups: comp.lang.ada Subject: Re: Problem with access parameter Date: 26 May 2004 07:35:33 -0700 Organization: http://groups.google.com Message-ID: <5d6fdb61.0405260635.4863bbb@posting.google.com> References: <5d6fdb61.0405250252.3a1f1f68@posting.google.com> <5d6fdb61.0405250748.70165b47@posting.google.com> <1671188.WHz8GCEAgr@linux1.krischik.com> NNTP-Posting-Host: 155.210.155.44 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1085582133 14255 127.0.0.1 (26 May 2004 14:35:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 26 May 2004 14:35:33 +0000 (UTC) Xref: controlnews3.google.com comp.lang.ada:853 Date: 2004-05-26T07:35:33-07:00 List-Id: Martin Krischik wrote in message news:<1671188.WHz8GCEAgr@linux1.krischik.com>... > Any deeper reason why you want to store pointers? > > Charles, or at least Ada.Containers from the same author has support for > indefinite types and can therefore store 'Class types directly without the > need of access. No reason; but Charles doesn't allow indefinite elements. I've not used Ada.Containers but I'm very pleased to know about this new feature.