-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
migrate to c++20 #726
migrate to c++20 #726
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this should be first release as a major release as it will break existing code.
244f274
to
2661652
Compare
hey @mikea, do you know by any chance how to fix the fuzzer (oss-fuzz) to compile with C++20? even after adding |
@anonrig I suggest merging. This is a non-blocking technical issue. If you introduced a bug (very unlikely) we can fix it later. |
@lemire before merging this, should we release a new version with @CarlosEduR's changes? |
I created a new release for v2.9.2. Once the github release is available, we can merge this. |
# Conflicts: # CMakeLists.txt
Summary
Benchmarks
Running benchmarks with
sudo build/benchmarks/bbc_bench
Before
After