diff options
Diffstat (limited to 'ace/config-hpux-9.x.h')
-rw-r--r-- | ace/config-hpux-9.x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x.h b/ace/config-hpux-9.x.h index 0679c810161..fa609b51e7d 100644 --- a/ace/config-hpux-9.x.h +++ b/ace/config-hpux-9.x.h @@ -12,6 +12,10 @@ #define HPUX #endif /* HPUX */ +#if __cplusplus < 199707L +#define ACE_HAS_BROKEN_HPUX_TEMPLATES +#endif /* __cplusplus < 199707L */ + #define ACE_HAS_BROKEN_CONVERSIONS // They forgot a const in the prototype of const_timewait... |