| United States-English |
|
|
|
![]() |
HP aC++/HP ANSI C Release Notes: Version A.06.12 > Chapter 5 Known
Problems and WorkaroundsIncompatibilities Between the Standard C++ Library Ver. 1.2.1 and the Draft Standard |
|
As the ANSI C++ standard has evolved over time, the Standard C++ Library has not always kept up. Such is the case for the times function object in the functional header file. In the standard, times has been renamed to multiplies. If you want to use multiplies in your code, to be compatible with the ISO/ANSI C++ standard, use a conditional compilation flag on the aCC command line. For example, for the following program, compile with the command line:
The following flags are now automatically set with A.05.* and A.06.* compilers:
|
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||