Re: [PING] [PATCH] libstdc++: Pretty printers for std::_Bit_reference, std::_Bit_iterator and std::_Bit_const_iterator

2020-12-01 Thread Michael Weghorn via Gcc-patches
Michael On 11/10/2020 19.22, Michael Weghorn via Gcc-patches wrote: On 22/09/2020 12.04, Jonathan Wakely wrote: On 14/09/20 16:49 +0200, Michael Weghorn via Libstdc++ wrote: Hi, the attached patch implements pretty printers relevant for iteration over std::vector, thus handling the TODO

[PING] [PATCH] libstdc++: Pretty printers for std::_Bit_reference, std::_Bit_iterator and std::_Bit_const_iterator

2020-11-25 Thread Michael Weghorn via Gcc-patches
I'd like to ping for this patch: https://gcc.gnu.org/pipermail/gcc-patches/2020-September/553870.html Michael On 11/10/2020 19.22, Michael Weghorn via Gcc-patches wrote: On 22/09/2020 12.04, Jonathan Wakely wrote: On 14/09/20 16:49 +0200, Michael Weghorn via Libstdc++ wrote: Hi,

Re: [PATCH] libstdc++: Pretty printers for std::_Bit_reference, std::_Bit_iterator and std::_Bit_const_iterator

2020-10-11 Thread Michael Weghorn via Gcc-patches
On 22/09/2020 12.04, Jonathan Wakely wrote: > On 14/09/20 16:49 +0200, Michael Weghorn via Libstdc++ wrote: >> Hi, >> >> the attached patch implements pretty printers relevant for iteration >> over std::vector, thus handling the TODO >> added in commit 36d0dada6773d7fd7c5ace64c90e723930a3b81e >> ("

[PATCH] libstdc++: Pretty printers for std::_Bit_reference, std::_Bit_iterator and std::_Bit_const_iterator

2020-09-14 Thread Michael Weghorn via Gcc-patches
Hi, the attached patch implements pretty printers relevant for iteration over std::vector, thus handling the TODO added in commit 36d0dada6773d7fd7c5ace64c90e723930a3b81e ("Have std::vector printer's iterator return bool for vector", 2019-06-19): TODO add printer for vector's _Bit_iterator an