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

Drop GCC 11 #220

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Drop GCC 11 #220

merged 2 commits into from
Nov 26, 2024

Conversation

tcbrindle
Copy link
Owner

GCC 11 doesn't support C++20 constexpr allocations, and its ranges implementation is missing the backported view concept changes allowing you to pass rvalue non-views into range adaptors. It's becoming a bit frustating keep re-writing tests to support it, so this PR drops support.

Note that we only ever supported GCC 11.3+ anyway, so this isn't a huge leap forward. We're still supporting the last three major versions.

GCC 11 doesn't support C++20 constexpr allocations, and its ranges implementation is missing the backported `view` concept changes allowing you to pass rvalue non-views into range adaptors. It's becoming a bit frustating keep re-writing tests to support it, so this PR drops support.

Note that we only ever supported GCC 11.3+ anyway, so this isn't a huge leap forward. We're still supporting the last three major versions.
@tcbrindle tcbrindle changed the title Drop GCC11 Drop GCC 11 Nov 26, 2024
@tcbrindle tcbrindle merged commit 82c7555 into main Nov 26, 2024
45 checks passed
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.60%. Comparing base (5854e37) to head (ee9a8a8).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #220   +/-   ##
=======================================
  Coverage   98.60%   98.60%           
=======================================
  Files          69       69           
  Lines        2578     2578           
=======================================
  Hits         2542     2542           
  Misses         36       36           

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

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