C++ Logo

sg16

Advanced search

std::byte based I/O library

From: Lyberta <lyberta_at_[hidden]>
Date: Sun, 03 Feb 2019 13:44:00 +0000
Since we introduced char8_t but not char8_t-based streams, early users
of char8_t will face significant difficulties working with char8_t based
data. I think we should let iostreams die and think of something simpler
that uses std::byte and then build text I/O on top of it.

Ideas?


Received on 2019-02-03 14:44:22