diff options
author | bala <balanatarajan@users.noreply.github.com> | 2000-10-31 17:38:07 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2000-10-31 17:38:07 +0000 |
commit | 4dc95a75ebf63dd9f6977a990a4339accce59978 (patch) | |
tree | d1393236b684747e1a22f46565c334156c0bc4db /ace/config-sunos5.5.h | |
parent | 454db6cb96f0bb3270c9cfa669544dd93165e3fa (diff) | |
download | ATCD-4dc95a75ebf63dd9f6977a990a4339accce59978.tar.gz |
ChangeLogTag: Tue Oct 31 11:35:31 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 0e9c5da4d0f..51f8cf2972f 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -28,8 +28,8 @@ 2) In TAO, the TAO_Unbounded_Sequence vtbl can't be found. With CC 5.0, those problems may be fixed. And, this is necessary to work around problems with automatic template instantiation. */ -# define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION -# define ACE_TEMPLATES_REQUIRE_SOURCE +//-- Patch by Russ # define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION +//-- Patch bu Russ # define ACE_TEMPLATES_REQUIRE_SOURCE // If -compat=4 is turned on, the old 4.2 settings for iostreams are used, // but the newer, explicit instantiation is used (above) # if (__SUNPRO_CC_COMPAT >= 5) @@ -39,7 +39,7 @@ // ACE_HAS_STD_TEMPLATE_METHOD_SPECIALIZATION... # define ACE_HAS_STANDARD_CPP_LIBRARY 1 # define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1 -# define ACE_USES_OLD_IOSTREAMS +// -- Patch by Russ # define ACE_USES_OLD_IOSTREAMS # define ACE_HAS_THR_C_DEST # endif # if !defined (ACE_HAS_EXCEPTIONS) |