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++/60711] basic_ostringstream,basic_ostream,u16string,char16_t do not work together


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

--- Comment #1 from Jim Michaels <jmichae3 at yahoo dot com> ---
oops! ignore the 
namespace std {
line and the error about missing } I was trying something earlier due to an
earlier error.
because basic_ostream() is protected in the include file ostream, I or anyone
else can't seem to do unicode strings with ostream and sstream?


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