diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-30 15:27:36 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-30 15:27:36 +0000 |
commit | 3db9c309d33214246a65c0fa0979d55fb600bf23 (patch) | |
tree | 5d341b31e49d29f677b40450917cb7ef0bb1a31e /ace/README | |
parent | 1c37e073223d768fc3e8e6c2932bc37b2c3abad8 (diff) | |
download | ATCD-3db9c309d33214246a65c0fa0979d55fb600bf23.tar.gz |
Added ACE_HAS_BROKEN_EXTENDED_TEMPLATES documentation
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/README b/ace/README index 4200f7d21bc..f809cc45d2c 100644 --- a/ace/README +++ b/ace/README @@ -300,6 +300,12 @@ ACE_HAS_GNUC_BROKEN_TEMPLATE_INLINE_FUNCTIONS GNUC 2.7.3 mistakenly as the place where an inline function of an argument class is first used. +ACE_HAS_BROKEN_EXTENDED_TEMPLATES GNU CC < 2.8 is broken for + template classes. This label + shortens the template parameter + list by removing the iterator + functionality in the + Cache_Map_Manager class. ACE_HAS_GNU_CSTRING_H Denotes that GNU has cstring.h as standard which redefines memchr() @@ -930,6 +936,7 @@ ACE_HAS_ALLOCA: Used in: libsrc/IPC_SAP/SOCK_SAP/SOCK_Connect.C for allocation of iovp +A libsrc/IPC_SAP/SPIPE_SAP/SPIPE_Msg.C for alocation of iovp |