diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-24 12:47:54 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-24 12:47:54 +0000 |
commit | bfc3c9ef0aeb7ad8eb2628b81d250eb57ca9a684 (patch) | |
tree | 9e60f7980ca23e55ac35d57d0e436a55f6dc6bbf /ace/README | |
parent | 2efccda06a73a402fd0775ae4e5ecc5a6ccf4849 (diff) | |
download | ATCD-bfc3c9ef0aeb7ad8eb2628b81d250eb57ca9a684.tar.gz |
ChangeLogTag: Tue Aug 24 07:11:52 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/README')
-rw-r--r-- | ace/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/README b/ace/README index 3cb33367089..7ca5b88be03 100644 --- a/ace/README +++ b/ace/README @@ -634,6 +634,12 @@ ACE_LACKS_ACE_IOSTREAM Platform can not build the platform does not support iostreams. ACE_LACKS_ATEXIT Platform does not support ::atexit (). + Use ACE's at_exit () emulation instead. + NOTE: should be used with + ACE_HAS_NONSTATIC_OBJECT_MANAGER for + proper semantics of _when_ exit hooks + are destroyed, i.e., prior to static + object destruction. ACE_LACKS_AUTO_MMAP_REPLACEMENT No system support for replacing any previous mappings. ACE_LACKS_BSEARCH Compiler/platform lacks the |