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 missing iostream header #1283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add missing iostream header #1283

wants to merge 1 commit into from

Conversation

rurban
Copy link

@rurban rurban commented May 27, 2024

No description provided.

@jbeder
Copy link
Owner

jbeder commented May 27, 2024

Why?

@rurban
Copy link
Author

rurban commented May 27, 2024 via email

@jbeder
Copy link
Owner

jbeder commented May 27, 2024

It's customary to do things like post the exact error message.

@rurban
Copy link
Author

rurban commented Jun 3, 2024

Ok, this has to be reworked.
It fails on my ubuntu 24.04 clang-tidy with missing iostream:

/usr/local/include/yaml-cpp/parser.h:10:10: error: 'iostream' file not found [clang-diagnostic-error]
   10 | #include <iostream>

but my fedora core 40 with gcc 14 warns about a missing iostream header. will check there

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

Successfully merging this pull request may close these issues.

2 participants