diff options
author | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-09 05:57:47 +0000 |
---|---|---|
committer | kitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-09 05:57:47 +0000 |
commit | 2614635b28c9d2f882b8ca44ffaa6b6151651854 (patch) | |
tree | 3c3db91221c98bd8754cb88439283fd1b0a77f3c /ace/config-sunos5.5.h | |
parent | 95b7082372a2cda76d7c365456a9a97aac7faada (diff) | |
download | ATCD-2614635b28c9d2f882b8ca44ffaa6b6151651854.tar.gz |
ChangeLogTag: Tue Apr 9 00:52:42 2002 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ace/config-sunos5.5.h')
-rw-r--r-- | ace/config-sunos5.5.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/ace/config-sunos5.5.h b/ace/config-sunos5.5.h index 6665af389a1..6cee0d850cf 100644 --- a/ace/config-sunos5.5.h +++ b/ace/config-sunos5.5.h @@ -28,15 +28,7 @@ # define ACE_LACKS_MEMORY_H // Sun C++ 5.0 supports the `using' and `typename' keywords. # define ACE_HAS_TYPENAME_KEYWORD - /* Explicit instantiation requires the -instances=explicit - CCFLAG. It seems to work for the most part, except for: - 1) Static data members get instantiated multiple times. - 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. */ -# if (__SUNPRO_CC <= 0x500) -# define ACE_TEMPLATES_REQUIRE_SOURCE -# endif /* __SUNPRO_CC <= 0x500 */ +# 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) |