On Tue, Nov 20, 2012 at 7:01 PM, Xinliang David Li <davi...@google.com> wrote: > Right -- gdb does not know the complete type of std::cout and > std::cerr -- try the following program with -g and invoke print, or << > in the debugger -- see what you will get:
Is this because the hack we (libstdc++ folks) used to define them? -- Gaby