summaryrefslogtreecommitdiff
path: root/ace/config-sunos5.5.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r--ace/config-sunos5.5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h
index 51f8cf2972f..0e9c5da4d0f 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. */
-//-- Patch by Russ # define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
-//-- Patch bu Russ # define ACE_TEMPLATES_REQUIRE_SOURCE
+# define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION
+# 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
-// -- Patch by Russ # define ACE_USES_OLD_IOSTREAMS
+# define ACE_USES_OLD_IOSTREAMS
# define ACE_HAS_THR_C_DEST
# endif
# if !defined (ACE_HAS_EXCEPTIONS)