Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6102 +/- ##
==========================================
- Coverage 87.22% 87.19% -0.04%
==========================================
Files 198 198
Lines 36051 36051
==========================================
- Hits 31446 31433 -13
- Misses 4605 4618 +13
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Just for the record, I ran this workflow to further test this doesn't break things for older compilers and it succeeds. |
|
The title is a bit misleading - we are talking about c standard and not the c++ standard. |
I thought that |
C23 is now the default in gcc (version 15) and is being shipped by default in some Linux distributions (e.g Fedora 42).
For sure! 👍 How do you do that? :) |
* Fix build for C23 C23 is now the default in gcc (version 15) and is being shipped by default in some Linux distributions (e.g Fedora 42). * Require C17
* Fix build for C23 C23 is now the default in gcc (version 15) and is being shipped by default in some Linux distributions (e.g Fedora 42). * Require C17
* Fix build for C23 C23 is now the default in gcc (version 15) and is being shipped by default in some Linux distributions (e.g Fedora 42). * Require C17
* Fix build for C23 C23 is now the default in gcc (version 15) and is being shipped by default in some Linux distributions (e.g Fedora 42). * Require C17
C23 is now the default in gcc (version 15) and is being shipped by default in some Linux distributions (e.g Fedora 42).
Mark if applicable