diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-03 12:09:36 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-10-03 12:09:36 +0000 |
commit | b4b7129fb3221c87ac413469fc7352d159e6f218 (patch) | |
tree | 25281176ad6ba25c5f5b3f9a2cb04fc98f6e7b5b /libstdc++-v3/ChangeLog | |
parent | 88cf98838d9d1ad8db22453f1f18f1ae50a6b703 (diff) | |
download | gcc-b4b7129fb3221c87ac413469fc7352d159e6f218.tar.gz |
Remove pretty printing for 'any' with allocators
* python/libstdcxx/v6/printers.py (StdExpAnyPrinter): Remove support
for _Manager_alloc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228447 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c01d8d5f8b1..fa18ecea0f2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2015-10-03 Jonathan Wakely <jwakely@redhat.com> + * python/libstdcxx/v6/printers.py (StdExpAnyPrinter): Remove support + for _Manager_alloc. + * src/c++98/locale.cc: Fix comment. * src/c++98/locale_init.cc: Likewise. |