Add std::wistream
support.
#1928
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
For now, parser (specifically
detail::input_adapter
) can work only withstd::istream
andstd::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.The text was updated successfully, but these errors were encountered: