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

Incompatibility with boost::nowide #1152

Open
H5117 opened this issue Nov 15, 2022 · 0 comments
Open

Incompatibility with boost::nowide #1152

H5117 opened this issue Nov 15, 2022 · 0 comments

Comments

@H5117
Copy link

H5117 commented Nov 15, 2022

yaml-cpp uses not standard-compliant parsing of a BOM, what makes it unusable with boost::nowide library. See the discussion in this issue.

More concretely, the code in stream.cpp:200 uses multiple calls of std::ifstream::putback(), that is not guaranteed to work with all implementations according to the C++ standard.

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

No branches or pull requests

1 participant