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

Fix compilation errors with C++20 #4098

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Fix compilation errors with C++20 #4098

merged 3 commits into from
Oct 31, 2023

Conversation

emilk
Copy link
Member

@emilk emilk commented Oct 31, 2023

What

I tried getting these tests running on CI too, but after 2h I gave up.
Andreas has volunteered to try a bit more, so let's hold off merging this PR until we can reproduce the problems on CI.
See #4097 if you dare

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested demo.rerun.io (if applicable)
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG

@emilk emilk added 🪳 bug Something isn't working 🌊 C++ API C/C++ API specific labels Oct 31, 2023
@Wumpf Wumpf self-requested a review October 31, 2023 11:10
@emilk emilk added the do-not-merge Do not merge this PR label Oct 31, 2023
CMakeLists.txt Show resolved Hide resolved
@Wumpf
Copy link
Member

Wumpf commented Oct 31, 2023

would be weird if not, but this compiles on windows fyi ;)

@emilk emilk removed the do-not-merge Do not merge this PR label Oct 31, 2023
@emilk
Copy link
Member Author

emilk commented Oct 31, 2023

I'm not gonna get clang++ working on CI anytime soon, so I'll just merge this

@emilk emilk merged commit c7cfefd into main Oct 31, 2023
34 of 36 checks passed
@emilk emilk deleted the emilk/fix-c++20 branch October 31, 2023 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 🌊 C++ API C/C++ API specific include in changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++ fails on C++20 on Clang x86_64 14.0.0
2 participants