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

Not c++11 compatible #1930

Open
oscarthorn opened this issue Dec 1, 2024 · 3 comments
Open

Not c++11 compatible #1930

oscarthorn opened this issue Dec 1, 2024 · 3 comments

Comments

@oscarthorn
Copy link

Hi!

Just wanted to mention that the docs: https://openexr.com/en/latest/install.html#install say that a compiler that supports c++11 is needed but 693a7e4 introduces #include <filesystem> which is a c++17 header. So either support for c++11 and c++14 was dropped but then the docs should change or this was an oversight.

Cheers!

@dylan-reedy
Copy link

Bump for visibility. This also caught me by surprise!

@peterhillman
Copy link
Contributor

Indeed, it seems there's a mismatch between the c++ versions mentioned in the docs, the c++ versions the CI system tests with, and the minimum c++ version the code actually requires.

@oscarthorn and @dylan-reedy do you require c++11 or c++14 compatibility, or did you just spot the discrepancy?

@oscarthorn
Copy link
Author

@peterhillman I don't need it, just noticed it!

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

3 participants