This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/18678] Garbage output to std::wcout under some circumstances


------- Additional Comments From pcarlini at suse dot de  2004-11-30 00:09 -------
Ah yes, if you are curious about the asymmetry, it's basically due to the fact
that xsputn<char> can use, for performance sake, fwrite, but there isn't an
analog possibility for wchar_t.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18678


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