diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2008-11-07 15:47:11 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2008-11-07 15:47:11 +0000 |
commit | ded05576055144c7d6e945109d4dfc8297039c8a (patch) | |
tree | 471a50ec73797701743b2e37fe9aeb08ca15ade5 | |
parent | b5b3f66baa9e1195dd2940d8ed89680eb2c01c4f (diff) | |
download | gcc-ded05576055144c7d6e945109d4dfc8297039c8a.zip gcc-ded05576055144c7d6e945109d4dfc8297039c8a.tar.gz gcc-ded05576055144c7d6e945109d4dfc8297039c8a.tar.bz2 |
2008-11-07 Paolo Carlini <paolo.carlini@oracle.com>
* Tweak ChangeLog.
From-SVN: r141678
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 |
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. |