summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-10-25 23:54:07 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-10-25 23:54:07 +0000
commitc255145589a60d59d3bda4ff46b3088042d79ec3 (patch)
tree891d3225583235d1b8605604a0c9effac82ec634
parent98c3453c7a9cd05646863fea38dddfc9afc09c19 (diff)
downloadATCD-c255145589a60d59d3bda4ff46b3088042d79ec3.tar.gz
-rw-r--r--ACE/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 67d78c86c1d..a8eea646002 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -16,7 +16,11 @@ Wed Oct 26 00:31:56 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
ACE_auto_ptr_reset (my_auto_ptr_instance, new foo);
- This build failures on platforms that define
+ Note that ACE_AUTO_PTR_RESET support for ACE's other
+ auto_ptr-like classes isn't strictly necessary since they all
+ support the reset() method.
+
+ Addresses build failures on platforms that define
ACE_LACKS_AUTO_PTR_RESET and in code that expects to use
ACE_AUTO_PTR_RESET on ACE_Auto_{Basic_}_Array<> instances.