This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++ debugging remarkably good right now


Benjamin Kosnik wrote:-

> Amazing! Even more complex types are rendered well:
> 
> (gdb) p fb
> $2 = (enc_filebuf<wchar_t>) {
>   <basic_filebuf<wchar_t,enc_char_traits<wchar_t> >> = {
                                                    ^^
Minor nit; the code should be modified to insert a space there.  It looks
like code to do it is already there, since there is an immediately
preceding space, but that it's not quite working properly.

Neil.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]