critical impact:
#pragma define_template - not available; use ANSI C++ Standard syntax (CrUn278)
Problem description
The define_template pragma exists on Tru64 UNIX, but not on HP-UX.
The standard ANSI C++ syntax on HP-UX, however, is a suitable
replacement. Identifiers
 define_template |
|
|
See also
Solution description
Use Standard Template Instantiation Syntax to achieve similar results.
See the Template Instantiation section (Section 4.2.5) of the Tru64 UNIX to HP-UX 11i Porting Guide for more information.
See also
Problem summary
| classifications |
source types |
OS release |
severity |
type |
| CC |
C++ |
any HP-UX 11i version |
critical |
unavailable |
|