The ANSI/ISO C++ specifcation includes a standard C++ library, also known as the STL. GCC by default comes with an implementation that does not comply with this standard, but instead partly implements an older version. STLport is a freely available implementation, based on the SGI STL implementation. It is fully-compliant, supported, and very fast. It includes special debugging facilities and interesting and useful extensions to the standard.
| Licenses | Freeware Public Domain |
|---|---|
| Implementation | C++ |
Recent releases


Changes: Bugs in string::rfind, string::find_last_of, and string::find_last_not_of were fixed. The rope::iterator copy constructor was fixed. 64-bit file operation calls are used if they are available on the system (i.e. if _LARGEFILE_SOURCE or _LARGEFILE64_SOURCE are defined).


Changes: Various fixes were made for the Microsoft Visual Studio compilers.


Changes: Minor bugfixes were made.


Changes: This version contains several substantial performance improvements in string and hash map. Support for several new platforms was added and many minor fixes were made.


Changes: Minor bugfixes and feature enhancements.
- All comments
Recent commentsRe: Newer releases.
> Latest release is 4.6.1, 04-Feb-2004.
So why are you posting a comment instead of submitting a release
announcement?
Newer releases.
FYI, newer releases are available here:
http://stlport.org/archive/
http://stlport.org/download.html
Latest release is 4.6.1, 04-Feb-2004.