diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-16 02:47:27 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-16 02:47:27 +0000 |
commit | e68ed2164080c98023e3d04111688e9da20702d5 (patch) | |
tree | faf4c1110bfa16d36c53fedca2bb617cf0a8c9d0 /ace/config-hpux-10.x.h | |
parent | 2976108a293f7e72bd0913830376556a27e58991 (diff) | |
download | ATCD-e68ed2164080c98023e3d04111688e9da20702d5.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 78158d3eec6..a5de5bb23b2 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -35,6 +35,10 @@ #include /**/ <sys/stdsyms.h> #include /**/ <sched.h> /* pthread.h doesn't include this */ +// Compiler's template mechanism must see source code (i.e., .C files). +#define ACE_TEMPLATES_REQUIRE_SOURCE +#define ACE_TEMPLATES_REQUIRE_SPECIALIZATION + #define ACE_HAS_BROKEN_CONVERSIONS // They forgot a const in the prototype of const_timewait... |