diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-30 04:37:13 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-30 04:37:13 +0000 |
commit | 318ea665ab5316e3d40ba4a6aca7715f174ff072 (patch) | |
tree | e1d8baa2726d1c8188d73b91ad46254a2c8d6251 | |
parent | 91529430e55e4f0e181ab7d34808916be1586aa0 (diff) | |
download | ATCD-318ea665ab5316e3d40ba4a6aca7715f174ff072.tar.gz |
Added explanation for flag ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR.
-rw-r--r-- | ace/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/README b/ace/README index a1f84daf052..06c9d8900a4 100644 --- a/ace/README +++ b/ace/README @@ -15,6 +15,7 @@ autoconf or Larry Wall's metaconfig... Macro Description ----- ----------- +ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR When calling a template class'es destructor explicitly, we must use ptr->FOO<BAR>::~FOO () but not ptr->FOO<BAR>::~FOO<BAR> (). ACE_THREADS_DONT_INHERIT_LOG_MSG Specify this if you don't want threads to inherit parent thread's ACE_Log_Msg properties. ACE_HAS_RECV_TIMEDWAIT Platform has the MIT pthreads APIs for ACE_HAS_RECVFROM_TIMEDWAIT timed send/recv operations |