HP aC++ Release Notes Version A.03.90

HP aC++ Release Notes
New Features in Version A.03.70
Chapter 1 15
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.