-
Notifications
You must be signed in to change notification settings - Fork 82
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
[MISC] Use cpp23 #3313
[MISC] Use cpp23 #3313
Conversation
Documentation preview available at https://docs.seqan.de/preview/seqan/seqan3/3313 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3313 +/- ##
==========================================
- Coverage 98.13% 98.11% -0.03%
==========================================
Files 271 271
Lines 11954 11914 -40
Branches 104 104
==========================================
- Hits 11731 11689 -42
- Misses 223 225 +2 ☔ View full report in Codecov by Sentry. |
sharg still adds -std=c++20 which overwrites seqan3's -std=c++23 flag. This can be removed once sharg uses CMake for std-detection
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I can tell, this looks good to me.
No description provided.