This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: compiling app using libstdc++


"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/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]