STLport.org - "Templates that fit"
Contents
Introduction
  About STLport
  SGI STL Base
  STLport Story

STLport Features
  Portability
  Debug Mode
  Thread Safety
  Exception Safety

Getting Started
  Download and Install
  Select Streams Mode
  Compiling with STLport

White Papers
  Release Notes
  READMEs
  Interface with std::
  Wrappers
  Config manual
  Regression Test
  Exception Test

Feedback
  Bug Reports
  Forum

Appendix
  Acknowledgements
  Your Free Licence

Note for HP ANSI C++ Compiler users

 


Known problems

Configuring

stlcomp.h provides recognition section usable with aCC 1.06. You should be able to use unconfigured STL distribution with it. If you are using more recent version, you might want to enable more features (see comments in stlcomp.h). Basically, "configure" script was reported to work with aCC. However, your aCC version might contain bugs (not showing in simple example) that could prevent your code from compiling. In this case, refer to stlcomp.h to figure out more reliable set of configuration switches.

Compiling

aCC enforces stricter name lookup checking than many other compilers.  Also it uses initial template name lookup scheme different from many compilers. This scheme prevents any use of inherited typenames without explicit "using" directive, etc.

Copyright � 1999,2000 by Boris Fomitchev.    Last modified: July 14, 2000