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

Add std::wistream support. #1928

Closed
deiuch opened this issue Feb 4, 2020 · 2 comments
Closed

Add std::wistream support. #1928

deiuch opened this issue Feb 4, 2020 · 2 comments
Labels
kind: enhancement/improvement state: stale the issue has not been updated in a while and will be closed automatically soon unless it is updated state: waiting for PR

Comments

@deiuch
Copy link

deiuch commented Feb 4, 2020

  • Describe the feature in as much detail as possible.
    For now, parser (specifically detail::input_adapter) can work only with std::istream and std::wstring (and some other string types), but I also need a support of wide character input stream. I hope that would be easy since there is already support for wide character strings in the library.
@nlohmann
Copy link
Owner

That should be possible. PRs welcome!

@stale
Copy link

stale bot commented Mar 17, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the state: stale the issue has not been updated in a while and will be closed automatically soon unless it is updated label Mar 17, 2020
@stale stale bot closed this as completed Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: enhancement/improvement state: stale the issue has not been updated in a while and will be closed automatically soon unless it is updated state: waiting for PR
Projects
None yet
Development

No branches or pull requests

2 participants