[Bug libstdc++/78486] feature request: std::iu16stringstream std::ou16stringstream, and utf8

2022-10-17 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78486

Jonathan Wakely  changed:

   What|Removed |Added

 CC||dudin.roman at list dot ru

--- Comment #6 from Jonathan Wakely  ---
*** Bug 88508 has been marked as a duplicate of this bug. ***

[Bug libstdc++/78486] feature request: std::iu16stringstream std::ou16stringstream, and utf8

2016-12-13 Thread jmichae3 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78486

--- Comment #5 from Jim Michaels  ---
then add it.

[Bug libstdc++/78486] feature request: std::iu16stringstream std::ou16stringstream, and utf8

2016-12-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78486

--- Comment #4 from Jonathan Wakely  ---
That was never in  in the first place, so it can't have been removed.

[Bug libstdc++/78486] feature request: std::iu16stringstream std::ou16stringstream, and utf8

2016-12-13 Thread jmichae3 at yahoo dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78486

--- Comment #3 from Jim Michaels  ---
also,
u16strfuncs-nostr.cpp:612:3: error: 'u16out' is not a member of 'std'
   std::u16out<

[Bug libstdc++/78486] feature request: std::iu16stringstream std::ou16stringstream, and utf8

2016-11-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78486

Jonathan Wakely  changed:

   What|Removed |Added

   Severity|normal  |enhancement

--- Comment #2 from Jonathan Wakely  ---
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

[Bug libstdc++/78486] feature request: std::iu16stringstream std::ou16stringstream, and utf8

2016-11-22 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78486

--- Comment #1 from Andrew Pinski  ---
Do these exist in standard C++ at all?  If not then I doubt they will be added
to the GCC's library.