From ded05576055144c7d6e945109d4dfc8297039c8a Mon Sep 17 00:00:00 2001 From: Paolo Carlini Date: Fri, 7 Nov 2008 15:47:11 +0000 Subject: [PATCH] 2008-11-07 Paolo Carlini * Tweak ChangeLog. From-SVN: r141678 --- libstdc++-v3/ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 7cb7f8fc8ee..6c9969888b7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,11 +1,11 @@ 2008-11-07 Bob Walters - * 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.