31 Mar
2003
31 Mar
'03
7:36 p.m.
On Monday 31 March 2003 02:31 pm, Steve M. Robbins wrote:
I'm using gcc-3.2.2 and STLport-4.5.3.
BTW: I was under the impression that GCC 3.2 had a sufficiently-developed standard library, and does not need to use STLport. Is that not the case?
STLport has a wonderful debug mode that helps find errors in the use of STL (e.g., dereferencing past-the-end iterators and such). I also know that some users prefer to use STLport because it is a common library platform and they can be sure their code will port to other compilers/architectures (that may otherwise have different standard library implementations). Doug