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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,d5c85437fdbba724 X-Google-Attributes: gid103376,public From: =?iso-8859-1?Q?J=FCrgen?= Pfeifer Subject: Re: STL in Ada 95? Date: 1999/12/03 Message-ID: <38483858.BCBF72ED@gmx.net>#1/1 X-Deja-AN: 556349280 Content-Transfer-Encoding: 8bit References: X-Accept-Language: de-DE, en X-Sender: 340028232866-0001@t-dialin.net Content-Type: text/plain; charset=iso-8859-1 X-Complaints-To: abuse@t-online.de X-Trace: news06.btx.dtag.de 944257115 17926 340028232866-0001 991203 21:38:35 Organization: Familie Pfeifer Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-12-03T00:00:00+00:00 List-Id: Jim Dabler wrote: > > Hi. > > I was wondering if anybody out there is using anything like the Standard > Template Library that C++ has. I know that several ports of the STL have > been made for Ada95, but I can't seem to get any of them to compile under > GNAT or Green Hills. > > I'm not what you would call an Ada95 jock, so I may be missing something > simplistic in trying to compile. I can post the code, but it's only the > container code from various places on the web. > > If anybody has gotten these things to compile, I would be very interested in > some pointers. > Try ftp://ftp.cs.rpi.edu/pub/stl/SGL-2.0a3.tar.gz SGL (Standard Generic Library;-) is an Ada95 implementation done by Dave R. Musser of RPI and Alexander V. Konstantinou. Unfortunately it will not compile with gnat-3.12p due to some strange visibility problems of renamed operators. I tried a few minutes to fix that, but it appears to be a subtle problem, maybe a GNAT bug (anyone tried with another Ada95 compiler?). If anyone can fix that I'm very interested to get that fix and will then post this very fine library on www.gnuada.org/alt.html J�rgen