Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds ranges::basic_unformatted_istream_view #1593

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cjdb
Copy link
Contributor

@cjdb cjdb commented Dec 29, 2020

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 cjdb force-pushed the unformatted-ostream-iterator branch from bac55f0 to 7833914 Compare December 29, 2020 04:48
`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 cjdb force-pushed the unformatted-ostream-iterator branch from 7833914 to ac78edc Compare December 29, 2020 05:01
@cjdb
Copy link
Contributor Author

cjdb commented Dec 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant