This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
Re: compiling app using libstdc++
- To: Lars Gullik Bjønnes <larsbj at lyx dot org>, libstdc++ at sourceware dot cygnus dot com
- Subject: Re: compiling app using libstdc++
- From: Kevin Atkinson <kevinatk at home dot com>
- Date: Sat, 04 Dec 1999 00:36:29 -0500
- References: <3845ACF9.29167BBB@nabi.net> <m3vh6hqp6k.fsf@baywatch.lyx.org>
"Lars Gullik Bjønnes" wrote:
> Also note that LyX does not excercise the library a lot, it uses
> string and vector fairly heavy.
If you want to try a program that used the STL a lot try my aspell
program at http://metalab.unc.edu/kevina/aspell.
It uses a lot of the non standard STL stuff though including slist,
hash*, rope, and maybe others. It also produces managled names from
HELL. I mean some of them are more than 1024 bytes long.
If you notice any standard compliance problems be sure to let me know,
however I won't fix it unless it will also work with gcc 2.8.1 and up
and egcs.
You can find it at http://metalab.unc.edu/kevina/aspell/
--
Kevin Atkinson
kevinatk@home.com
http://metalab.unc.edu/kevina/