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.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, LOTS_OF_MONEY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bbb3407847759c29 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-14 04:48:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!worldnet.att.net!207.217.77.102!newsfeed2.earthlink.net!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!stamper.news.atl.earthlink.net!harp.news.atl.earthlink.net!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Charles: missing default values Date: Thu, 14 Nov 2002 07:48:21 -0500 Organization: MindSpring Enterprises Message-ID: References: <3dd32396$0$308$bed64819@news.gradwell.net> <9HFA9.19067$6Z.12706@nwrddc01.gnilink.net> NNTP-Posting-Host: d1.56.bf.96 X-Server-Date: 14 Nov 2002 12:48:36 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: archiver1.google.com comp.lang.ada:30867 Date: 2002-11-14T12:48:36+00:00 List-Id: If Charles is meant to emulate the STL, then it is just a "Me Too" effort. Its a good thing if it maybe starts from the STL, but then expands on that theme. Especially if it can exploit features of Ada that give it additional capability. MDC -- ====================================================================== Marin David Condic I work for: http://www.belcan.com/ My project is: http://www.jast.mil/ Send Replies To: m c o n d i c @ a c m . o r g "I'd trade it all for just a little more" -- Charles Montgomery Burns, [4F10] ====================================================================== Hyman Rosen wrote in message news:9HFA9.19067$6Z.12706@nwrddc01.gnilink.net... > Victor Porton wrote: > > Genereic_Find for vectors > > If Charles is meant to be an emulation of C++ STL, there is no > such thing as Generic_Find for vectors. Algorithms operate on > iterators, not containers. >