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

Bump C++ requirement to C++17 #19

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

tomodachi94
Copy link
Contributor

@tomodachi94 tomodachi94 commented Mar 25, 2024

The 1.13.0 release of Poco requires a newer version of C++, specifically C++17. The configuration phase will fail to find the Poco headers with an older C++ version.

Changes to ./configure may be reproduced by running autoconf v2.72.

Changelog: https://raw.githubusercontent.com/pocoproject/poco/poco-1.13.0-release/CHANGELOG
Nixpkgs patch: https://github.com/NixOS/nixpkgs/blob/6dd5612cdd562163dc7a7341e3be9c3f6f4d9078/pkgs/tools/graphics/sanjuuni/default.nix#L22-L26
Relevant discussion: NixOS/nixpkgs#283809 (comment)

@tomodachi94 tomodachi94 force-pushed the bump-cpp-requirement branch 2 times, most recently from 434e8fb to 0562f71 Compare March 25, 2024 22:52
The 1.13.0 release of Poco requires a newer version of C++, specifically
C++17. The configuration phase will fail to find the Poco headers with
an older C++ version.

Changes to ./configure may be reproduced by running autoconf v2.72.

Changelog: https://raw.githubusercontent.com/pocoproject/poco/poco-1.13.0-release/CHANGELOG
Nixpkgs patch: https://github.com/NixOS/nixpkgs/blob/6dd5612cdd562163dc7a7341e3be9c3f6f4d9078/pkgs/tools/graphics/sanjuuni/default.nix#L22-L26
Relevant discussion: NixOS/nixpkgs#283809 (comment)
@tomodachi94 tomodachi94 force-pushed the bump-cpp-requirement branch from 0562f71 to f2164bc Compare March 25, 2024 22:53
@tomodachi94
Copy link
Contributor Author

CI failed before this PR with the same error:

  D:\a\sanjuuni\sanjuuni\src\sanjuuni.cpp(1325,37): error C2666: 'std::fpos<_Mbstatet>::operator -': overloaded functions have similar conversions [D:\a\sanjuuni\sanjuuni\sanjuuni.vcxproj]

@MCJack123 MCJack123 merged commit 05f1eee into MCJack123:master Mar 26, 2024
1 check failed
@tomodachi94 tomodachi94 deleted the bump-cpp-requirement branch March 26, 2024 22:11
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