range-v3 icon indicating copy to clipboard operation
range-v3 copied to clipboard

adds `ranges::basic_unformatted_istream_view`

Open cjdb opened this issue 4 years ago • 1 comments

istream_view is only useful if the input to be formatted on read and std::istreambuf_iterator only works with types that have a std::char_traits specialisation.

The purpose of unformatted_istream_view is to read from an istream object without formatting (so integers will be read as binary rather than as text).

cjdb avatar Dec 29 '20 04:12 cjdb

A brief look at the failed builds suggests this is related to #1587.

cjdb avatar Dec 29 '20 05:12 cjdb