Implementations
- Original STL implementation by Stepanov and Lee. 1994, Hewlett-Packard. No longer maintained.
- SGI STL, based on original implementation by Stepanov & Lee. 1997, Silicon Graphics. No longer maintained.
- libstdc++ from gnu (was part of libg++)
- libc++ from clang
- STLPort, based on SGI STL
- Rogue Wave standard library (HP, SGI, SunSoft, Siemens-Nixdorf)
- Dinkum STL library by P.J. Plauger
- The Microsoft STL which ships with Visual C++ is a licensed derivative of Dinkum's STL.
- Apache C++ Standard Library (The copyright notes in the source files indicate that this is based on - or the same as - the Rogue Wave standard library.)
Read more about this topic: Standard Template Library
Related Phrases
Related Words