HP aC++ A.03.85 Release Notes

HP aC++ Release Notes
What’s in This Version
Chapter 112
Where:
options-list-1 is applied before the options in the command line
options-list-2 is applied after the options in the command line
<vbar> is |
The final option ordering is as follows:
<file-options-1><envvar-options-1><commandline-options> <envvar-option
s-2><file-options-2>
NOTE No default configuration files are shipped with HP aC++. The system
administrator can create them, if required.
C++ Standard Library Change
Technical Corrigenda 1 (TC1) of the ANSI/ISO C++ Standard has changed the STL function
make_pair to take their arguments by value instead of const reference. This change brings the
HP library into compliance if the enabling macro -D__HP_TC1_MAKE_PAIR is specified at
compile time. For binary compatibility reasons, the default behavior is unchanged.