summaryrefslogtreecommitdiff
path: root/ace/config-tandem.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-31 21:44:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-31 21:44:45 +0000
commit13c10349a654c59c85bb62c7f7b9ab8e1424814c (patch)
tree042900b115f877a1b4607e531c3d5ba61b5b3fb9 /ace/config-tandem.h
parent067759cfa82dad47abbed189774df163177044dd (diff)
downloadATCD-13c10349a654c59c85bb62c7f7b9ab8e1424814c.tar.gz
replaced ACE_REQUIRES_TEMPLATE_SPECIALIATION with ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
Diffstat (limited to 'ace/config-tandem.h')
-rw-r--r--ace/config-tandem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/config-tandem.h b/ace/config-tandem.h
index 8ae604562f1..191a2cc68b3 100644
--- a/ace/config-tandem.h
+++ b/ace/config-tandem.h
@@ -466,7 +466,7 @@
// use a pragma This is used for AIX's C++ compiler.
//? ACE_TEMPLATES_REQUIRE_SOURCE Compiler's template mechanim must
// see source code (i.e., .cpp files). This is used for GNU G++.
-//? ACE_TEMPLATES_REQUIRE_SPECIALIZATION Compiler's template mechanism
+//? ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION Compiler's template mechanism
//requires the use of explicit C++ specializations for all used
//templates. This is also used for GNU G++ if you don't use the "repo"
//patches.