diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-29 20:52:16 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-29 20:52:16 +0000 |
commit | 22c6ecbd0dd7cf14bb3af73841e9d433f0c93733 (patch) | |
tree | 49ea2137d9c1b25f9d292f9fdaaa3e7732df251c /tests/Handle_Set_Test.cpp | |
parent | e98cab44b71b4ec780fe2f407cf039f69e639b3f (diff) | |
download | ATCD-22c6ecbd0dd7cf14bb3af73841e9d433f0c93733.tar.gz |
ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'tests/Handle_Set_Test.cpp')
-rw-r--r-- | tests/Handle_Set_Test.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Handle_Set_Test.cpp b/tests/Handle_Set_Test.cpp index 45875b5483d..cb8a58942af 100644 --- a/tests/Handle_Set_Test.cpp +++ b/tests/Handle_Set_Test.cpp @@ -205,5 +205,10 @@ template class ACE_Unbounded_Set_Iterator<ACE_HANDLE>; // The ACE_Node<ACE_INT32> instantation is in ace/Stats.cpp. #pragma instantiate ACE_Unbounded_Set<ACE_HANDLE> #pragma instantiate ACE_Unbounded_Set_Iterator<ACE_HANDLE> +# if defined(_CRAYMPP) +// MPP Cray ACE_HANDLE is 64-bit, defined as int, but ACE_INT32 is short +// so instantiation in ace/Stats.cpp isn't used in this case +#pragma instantiate ACE_Node<ACE_HANDLE> +# endif #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |