Skip to content

concurrency::streams::istream::read_to_end crashes all the time #1616

Open
@jsnhsu

Description

@jsnhsu

I want to read a local file by using open_istream("file name", std::ios::in | std::iso:binary). After I get isteam<uint8_t> I invoke its .read_to_end(streambuf<uint_t>) it crashes always.

I'm wondering is there a good example shows me how to read local file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions