diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-31 21:44:45 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-31 21:44:45 +0000 |
commit | 68c15412df9797b1a3ede7304dc1c120d15c9499 (patch) | |
tree | 042900b115f877a1b4607e531c3d5ba61b5b3fb9 /ace/config-unixware-2.1.2-g++.h | |
parent | 05fab7439a3161898ba720ab53b5796b1476c1bd (diff) | |
download | ATCD-68c15412df9797b1a3ede7304dc1c120d15c9499.tar.gz |
replaced ACE_REQUIRES_TEMPLATE_SPECIALIATION with ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
Diffstat (limited to 'ace/config-unixware-2.1.2-g++.h')
-rw-r--r-- | ace/config-unixware-2.1.2-g++.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-unixware-2.1.2-g++.h b/ace/config-unixware-2.1.2-g++.h index f643c780645..0bfa1bad3f7 100644 --- a/ace/config-unixware-2.1.2-g++.h +++ b/ace/config-unixware-2.1.2-g++.h @@ -73,7 +73,7 @@ #define ACE_REDEFINES_XTI_FUNCTIONS #define ACE_TEMPLATES_REQUIRE_SOURCE #define ACE_HAS_TEMPLATE_SPECIALIZATION -#define ACE_TEMPLATES_REQUIRE_SPECIALIZATION +#define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION // Turns off the tracing feature. #if !defined (ACE_NTRACE) |