summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-06 00:22:07 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-06 00:22:07 +0000
commit936fcc7f685762770fe50d81ee6a3c855e311dc8 (patch)
tree1aab4d3a3db9d57c5f6c6ade80b485a414ba1d3c
parent6763fdcb93f9a5073230dbcc696a142e661ec206 (diff)
downloadATCD-936fcc7f685762770fe50d81ee6a3c855e311dc8.tar.gz
Mon Feb 5 18:20:11 2001 Krishnakumar B <kitty@cs.wustl.edu>
* ace/config-sunos5.5.h (ACE_USES_OLD_IOSTREAMS): Reverted the change to config-sunos5.5.h and turned on ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION, ACE_TEMPLLATES_REQUIRE_SOURCE and ACE_USES_OLD_IOSTREAMS for the SunCC 5.0 compiler.
-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 26886c1cd5c..3bce2cb2734 100644
--- a/ace/config-sunos5.5.h
+++ b/ace/config-sunos5.5.h
@@ -30,8 +30,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
+# 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)
@@ -41,7 +41,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
+# define ACE_USES_OLD_IOSTREAMS
# define ACE_HAS_THR_C_DEST
# endif
# if !defined (ACE_HAS_EXCEPTIONS)