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

Remove C++17 support #590

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Remove C++17 support #590

merged 2 commits into from
Dec 9, 2024

Conversation

elshize
Copy link
Member

@elshize elshize commented Dec 9, 2024

The CMake parameters for C++ standard and concepts are removed, and the
code is updated accordingly. We use [[likely]] and [[unlikely]]
instead of a macro. We also remove the macros for concepts, and use
unconditional static_assert and require.

@elshize elshize self-assigned this Dec 9, 2024
Copy link

codecov bot commented Dec 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.84%. Comparing base (cf0cc78) to head (55e5e5e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #590      +/-   ##
==========================================
- Coverage   93.86%   93.84%   -0.03%     
==========================================
  Files          80       80              
  Lines        3882     3882              
==========================================
- Hits         3644     3643       -1     
- Misses        238      239       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@elshize elshize force-pushed the only-cxx20 branch 2 times, most recently from 2ce7318 to 8101f44 Compare December 9, 2024 13:50
Signed-off-by: Michal Siedlaczek <[email protected]>
The CMake parameters for C++ standard and concepts are removed, and the
code is updated accordingly. We use `[[likely]]` and `[[unlikely]]`
instead of a macro. We also remove the macros for concepts, and use
unconditional `static_assert` and `require`.

Changelog-changed: C++17 is no longer supported
Signed-off-by: Michal Siedlaczek <[email protected]>
Copy link
Member

@JMMackenzie JMMackenzie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2️⃣ 0️⃣ 🚀

@elshize elshize merged commit 36115be into main Dec 9, 2024
6 of 7 checks passed
@elshize elshize deleted the only-cxx20 branch December 9, 2024 23:46
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