ticket #2718
[pkgsrc.git] / devel / stlport / DESCR
1 STLPort features a complete ANSI C++ standard library. Main features are:
2 + Includes <complex> and SGI iostreams.
3 + Can be configured to use either SGI or native iostreams.
4 + Debug mode containers are implemented in terms of wrappers around non-debug
5   ones. That provides for more clean and efficient implementation. In Debug
6   Mode, different namespace _STLD:: is being used, so no link-time clashes
7   between debug and non-debug versions are possible.