|
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.
|