]> git.ipfire.org Git - thirdparty/gcc.git/commit
cxx11.cc (struct datum): New.
authorTom Tromey <tromey@redhat.com>
Wed, 15 Aug 2012 18:37:30 +0000 (18:37 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 15 Aug 2012 18:37:30 +0000 (18:37 +0000)
commitc4269a634c6c7a1a3308d0530804623e34f05651
tree81401eaa7a7d0a2b21796664fe48f0466bbb3ccd
parent5dfe1ad49692530846e53ed49823fa3bf10e4371
cxx11.cc (struct datum): New.

* testsuite/libstdc++-prettyprinters/cxx11.cc (struct datum):
New.
(global): New global.
(main): Add test for unique_ptr.
* python/libstdcxx/v6/printers.py
(UniquePointerPrinter.to_string): Extract the pointer and also
print its type.

From-SVN: r190417
libstdc++-v3/ChangeLog
libstdc++-v3/python/libstdcxx/v6/printers.py
libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc