------- Comment #2 from paolo dot carlini at oracle dot com 2008-08-31 18:24 ------- By the way, your testcases are strictly speaking invalid, because you cannot mix operations on cout and wcout, per 27.3 (there is some discussion in libstdc++/11705). Fixed that, the issue is the same as 35353, currently, by default, cout, wcout, etc, are non-converting in our implementation.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37298