summaryrefslogtreecommitdiff
path: root/examples/APG/Containers/Sets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/APG/Containers/Sets.cpp')
-rw-r--r--examples/APG/Containers/Sets.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/APG/Containers/Sets.cpp b/examples/APG/Containers/Sets.cpp
index 992546708e7..3eaec6f7bec 100644
--- a/examples/APG/Containers/Sets.cpp
+++ b/examples/APG/Containers/Sets.cpp
@@ -121,14 +121,3 @@ int ACE_TMAIN (int, ACE_TCHAR *[])
se.run ();
return 0;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-template class ACE_Unbounded_Set<DataElement*>;
-template class ACE_Unbounded_Set_Iterator<DataElement*>;
-template class ACE_Bounded_Set<DataElement>;
-template class ACE_Node<DataElement*>;
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-#pragma instantiate ACE_Unbounded_Set<DataElement*>
-#pragma instantitate ACE_Unbounded_Set_Iterator<DataElement*>
-#pragma instantiate ACE_Bounded_Set<DataElement>
-#pragma instantiate ACE_Node<DataElement*>
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION*/