std::iu32stringstream std::ou32stringstream, std::iu16stringstream std::ou16stringstream, std::iutf8stringstream std::outf8stringstream have not been implemented in the string library. most of that should be copy and paste. but they use wide characters, etc.
Do these exist in standard C++ at all? If not then I doubt they will be added to the GCC's library.
No they aren't part of the standard, but could be added as conforming extensions. They'd need support from char_traits specializations and facets, which is not just copy&paste.
also, u16strfuncs-nostr.cpp:612:3: error: 'u16out' is not a member of 'std' std::u16out<<u"{"; this got removed from iostream.
That was never in <iostream> in the first place, so it can't have been removed.
then add it.
*** Bug 88508 has been marked as a duplicate of this bug. ***