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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c406e0c4a6eb74ed X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: ADA Popularity Discussion Request Date: Sun, 29 Aug 2004 08:22:41 +0200 Organization: AdaCL Message-ID: <1198227.gWQ0keDDOY@linux1.krischik.com> References: <49dc98cf.0408110556.18ae7df@posting.google.com> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1093761508 03 16657 UMsDXa5v2mm019g 040829 06:38:28 X-Complaints-To: usenet-abuse@t-online.de X-ID: bowACyZLZeclcFa5OTsCUNe3IN+R0AaK4614DbAyagV6mM2VeAytge User-Agent: KNode/0.7.7 Xref: g2news1.google.com comp.lang.ada:3130 Date: 2004-08-29T08:22:41+02:00 List-Id: Kevin Cline wrote: > Georg Bauhaus wrote in message > news:... > Charles is a pale imitation of the C++ STL. It defines containers, > but provides no generic algorithms. My Ada is now a bit rusty, but it > also appears that Charles containers can not be used with limited > types. But C++ containers don't support limited types as well. If you define: class T { private: operator = (T const& value); } then you can't have: vector ; With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com