From: Baptiste L. <gai...@fr...> - 2002-10-25 21:43:53
|
----- Original Message ----- From: "Sven Reichard" <rei...@ma...> To: "CppTool Mailing List" <Cpp...@li...> Sent: Friday, October 25, 2002 9:32 PM Subject: Re: [Cpptool-develop] Linux port > On Fri, 25 Oct 2002, Baptiste Lepilleur wrote: > [...] > > A gcc 2.96 + STLPort combination might work... > > What is STLPort? http://stlport.org/ It's a free, open-source implementation of STL, which I'm told is quite portable and fairly good (use concept check and has debug iterator). In fact, Borland shipped it with Borland C++ 6.0. My guess is that it should get ride of most STL issue for gcc 2.9.6. Baptiste. |