diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-24 22:31:36 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-24 22:31:36 +0000 |
commit | bf1dc64a2a8c39e27e72822b7fc981061ae551df (patch) | |
tree | d0966c449c2fe2cca32f3930f7f74d1fa3789f4b /ace/README | |
parent | 2d0f8dbb9e17810de1e7ea0512deb9b9f69ba063 (diff) | |
download | ATCD-bf1dc64a2a8c39e27e72822b7fc981061ae551df.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/README b/ace/README index 4819fb9f6f4..02de5e96bb7 100644 --- a/ace/README +++ b/ace/README @@ -164,7 +164,8 @@ ACE_HAS_AUTOMATIC_INIT_FINI Compiler/platform correctly ACE_HAS_BIG_FD_SET Compiler/platform has typedef u_long fdmask (e.g., Linux and SCO). -ACE_HAS_BROKEN_EXPLICIT_DESTRUCTOR Compiler can't handle calling destructor +ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR + Compiler handle explicit calling of template destructor correctly. explicitly using "normal" syntax, see "ace/OS.h" for details. ACE_HAS_BROKEN_NAMESPACES Compiler/platform doesn't |