STLport

The C++ programmers among you might be interested in this:

http://www.stlport.org/

STLport is an STL implementation that has some interesting features:

  • Debug mode
  • Thread safety
  • Exception safety
  • Portable to many platforms, including Windows/Visual C++