diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-06 22:35:48 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-06 22:35:48 +0000 |
commit | 44938fd314f2e4c2725d9f86174a82f8c221a0a3 (patch) | |
tree | 93752382bdc8909c061d8af78fa63eba996746f3 /ace/config-hpux-9.x-orbix.h | |
parent | c48e600adafd52ea1328dbac024dfc3474b9123f (diff) | |
download | ATCD-44938fd314f2e4c2725d9f86174a82f8c221a0a3.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-9.x-orbix.h')
-rw-r--r-- | ace/config-hpux-9.x-orbix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux-9.x-orbix.h b/ace/config-hpux-9.x-orbix.h index c46cb00548e..8684a385aab 100644 --- a/ace/config-hpux-9.x-orbix.h +++ b/ace/config-hpux-9.x-orbix.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... |