diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-30 04:18:08 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-10-30 04:18:08 +0000 |
commit | db46b53d4bfffe8e07fbd570cc4e8a2a224f81bc (patch) | |
tree | 174e116699b5a32c32bb14005464fe7bd306a04e /ace/config-hpux-10.x-hpc++.h | |
parent | 6c886fb21d6e2b96f8e6de3e152b3a662b94218d (diff) | |
download | ATCD-db46b53d4bfffe8e07fbd570cc4e8a2a224f81bc.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-10.x-hpc++.h')
-rw-r--r-- | ace/config-hpux-10.x-hpc++.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/ace/config-hpux-10.x-hpc++.h b/ace/config-hpux-10.x-hpc++.h index bc69b771a71..b6daee3e86a 100644 --- a/ace/config-hpux-10.x-hpc++.h +++ b/ace/config-hpux-10.x-hpc++.h @@ -45,9 +45,6 @@ // specializations for all used templates. # define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION -// Template specialization is supported. -#define ACE_HAS_TEMPLATE_SPECIALIZATION - // The HP/UX compiler doesn't support volatile!!!! # define volatile @@ -68,6 +65,12 @@ // Platform lacks streambuf "linebuffered ()". # define ACE_LACKS_LINEBUFFERED_STREAMBUF +// Compiler's template mechanism must see source code (i.e., .C files). +# define ACE_TEMPLATES_REQUIRE_SOURCE + +// Compiler supports template specialization. +# define ACE_HAS_TEMPLATE_SPECIALIZATION + #endif /* __cplusplus < 199707L */ // Compiler supports the ssize_t typedef. |