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 requested C++ standard version to C++17 #459

Merged
merged 2 commits into from
May 16, 2024
Merged

Conversation

andrea-iob
Copy link
Member

It's 2024, C++17 seems the bare minimum.

@andrea-iob andrea-iob changed the title Bump C++ requested standard version to C++17 Bump requested C++ standard version to C++17 Mar 20, 2024
@marcocisternino
Copy link
Member

https://en.cppreference.com/w/cpp/17
gcc 8.5.0 is not considered as stable as gcc 9 about c++17, but from the reference above the language core and the most of the lib features should be supported (excluding parallel algo and exec policies, Hardware interference size and polymorphic memory resources, Major portion of C11 standard library and DR17 std::filesystem::path)

@marcocisternino
Copy link
Member

I added:

  • a binary utils write for non-const char*
  • c++17 requirement for tests and examples

@andrea-iob andrea-iob merged commit 86e0517 into master May 16, 2024
10 checks passed
@andrea-iob andrea-iob deleted the bitpit.cpp17 branch May 16, 2024 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants