------- Additional Comments From oliverst at online dot de 2005-03-24 16:54 ------- > Second why are you using STLport instead of the GCC's libstdc++?
Because we had problems with the default GCC STL in the past, so we switched to STLport. We are also working cross-platform (GCC for linux and MSVC6 for win32) and having the same STL in both versions gives you the security, that the behavior is the same (well...kind of...at least the behavior should be closer than STLs from two different vendors) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20624