Skip to content

Add support for Gcc16 - #484

Open
Twon wants to merge 1 commit into
mainfrom
twon/20260614/support-gcc16
Open

Add support for Gcc16#484
Twon wants to merge 1 commit into
mainfrom
twon/20260614/support-gcc16

Conversation

@Twon

@Twon Twon commented Jun 14, 2026

Copy link
Copy Markdown
Owner

No description provided.

@codecov

codecov Bot commented Jun 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.15%. Comparing base (d63f730) to head (bdf94e2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #484   +/-   ##
=======================================
  Coverage   98.15%   98.15%           
=======================================
  Files         164      164           
  Lines        3461     3461           
  Branches       68       68           
=======================================
  Hits         3397     3397           
  Misses         64       64           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Twon

Twon commented Jul 4, 2026

Copy link
Copy Markdown
Owner Author

The issue is we need to build with the C++26 flag (but currently this is set ot C++23 in the CMake). To fix this, some builds need to build under C++23 and some under C++26, so there needs to be a check for which language version the compiler supports.

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.

1 participant