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 | 13c10349a654c59c85bb62c7f7b9ab8e1424814c (patch) | |
tree | 042900b115f877a1b4607e531c3d5ba61b5b3fb9 /ace/config-chorus.h | |
parent | 067759cfa82dad47abbed189774df163177044dd (diff) | |
download | ATCD-13c10349a654c59c85bb62c7f7b9ab8e1424814c.tar.gz |
replaced ACE_REQUIRES_TEMPLATE_SPECIALIATION with ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
Diffstat (limited to 'ace/config-chorus.h')
-rw-r--r-- | ace/config-chorus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-chorus.h b/ace/config-chorus.h index f8e6f01cdd5..58de6bbee2c 100644 --- a/ace/config-chorus.h +++ b/ace/config-chorus.h @@ -81,7 +81,7 @@ // 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_EXPLICIT_TEMPLATE_INSTANTIATION // Compiler doesn't support static data member templates. #define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES |