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

Commits on Dec 29, 2020

  1. adds ranges::basic_unformatted_istream_view

    `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 committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    ac78edc View commit details
    Browse the repository at this point in the history