Re: [PATCH v2] libstdc++: Add pretty printer for std::stringstreams

2022-09-14 Thread Jonathan Wakely via Gcc-patches
On Tue, 6 Sept 2022 at 22:25, Philipp Fent wrote: > > To display (o-,i-)stringstreams in the common case, we just print the > underlying stringbuf, without the many ios_base members. In the > unconventional case that the underlying streambuf was redirected, we > report the redirected target. > > S

[PATCH v2] libstdc++: Add pretty printer for std::stringstreams

2022-09-06 Thread Philipp Fent via Gcc-patches
To display (o-,i-)stringstreams in the common case, we just print the underlying stringbuf, without the many ios_base members. In the unconventional case that the underlying streambuf was redirected, we report the redirected target. Signed-off-by: Philipp Fent --- libstdc++-v3/python/libstdcxx/v