libstdc++: Fix printing of std::atomic<shared_ptr<T>> for versioned namespace
authorJonathan Wakely <jwakely@redhat.com>
Thu, 26 May 2022 08:49:40 +0000 (09:49 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 26 May 2022 09:05:51 +0000 (10:05 +0100)
commit634b0089f664cca96d71262b295025e057054f2c
tree66ffaf70a68da882f4cbc6cbe02a3e15aee10de6
parent6eb60ced21ebca771bf085b3cc339569f3ccb106
libstdc++: Fix printing of std::atomic<shared_ptr<T>> for versioned namespace

libstdc++-v3/ChangeLog:

* python/libstdcxx/v6/printers.py (SharedPointerPrinter): Strip
versioned namespace from the template argument too.
libstdc++-v3/python/libstdcxx/v6/printers.py