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

Add Clang 19 to CI test matrices #215

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Add Clang 19 to CI test matrices #215

merged 3 commits into from
Nov 5, 2024

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    d8b6768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a298e22 View commit details
    Browse the repository at this point in the history
  3. Fix variant emplace with Clang19/libstdc++

    I'm not quite sure what's changed with Clang 19, but it's suddenly complaining about libstdc++12's `variant` using the non-active member of a union in constexpr.
    
    It's possible there was such a bug in libstdc++12, but it seems weird that it wasn't picked up by either GCC12 or an older version of Clang...
    
    Anyway, hopefully this will fix it.
    tcbrindle committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e20f432 View commit details
    Browse the repository at this point in the history