aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7cb7f8f..6c99698 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,11 +1,11 @@
2008-11-07 Bob Walters <bob.s.walters@gmail.com>
- * include/ext/pointer.h: Add experimental support for non-standard
+ * include/ext/pointer.h: New, add experimental support for non-standard
pointer types in containers via the allocator::pointer typedef.
(Currently only supported/working with std::vector)
- * include/ext/cast.h: Add overload-able pointer casting functions
+ * include/ext/cast.h: New, add overload-able pointer casting functions
for use in containers supporting non-standard pointer types.
- * include/ext/extptr_allocator.h: Add _ExtPtr_allocator.
+ * include/ext/extptr_allocator.h: New, add _ExtPtr_allocator.
* include/Makefile.am: Update.
* include/precompiled/extc++.h: Likewise.
* include/Makefile.in: Regenerate.