summaryrefslogtreecommitdiff
path: root/tests/Unbounded_Set_Test_Ex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unbounded_Set_Test_Ex.cpp')
-rw-r--r--tests/Unbounded_Set_Test_Ex.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Unbounded_Set_Test_Ex.cpp b/tests/Unbounded_Set_Test_Ex.cpp
index fd63e38a12b..a1c7188fbfa 100644
--- a/tests/Unbounded_Set_Test_Ex.cpp
+++ b/tests/Unbounded_Set_Test_Ex.cpp
@@ -162,10 +162,10 @@ template class auto_ptr<ACE_CString>;
#pragma instantiate ACE_Node<MyNode>
#pragma instantiate ACE_Unbounded_Set_Ex<MyNode>
-#pragma instantiate ACE_Unbounded_Set_Ex_Iterator<MyNode>;
-#pragma instantiate ACE_Unbounded_Set_Ex_Const_Iterator<MyNode>;
-#pragma instantiate ACE_Auto_Basic_Ptr<ACE_CString>;
-#pragma instantiate auto_ptr<ACE_CString>;
+#pragma instantiate ACE_Unbounded_Set_Ex_Iterator<MyNode>
+#pragma instantiate ACE_Unbounded_Set_Ex_Const_Iterator<MyNode>
+#pragma instantiate ACE_Auto_Basic_Ptr<ACE_CString>
+#pragma instantiate auto_ptr<ACE_CString>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */