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

More compilation fixes for C++20: hvec_map and copy_bitref #4703

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

fruffy
Copy link
Collaborator

@fruffy fruffy commented Jun 3, 2024

Two more small fixes for C++20 support. Add the equality comparison operators to copy_bitref and make the equality operator const for hvec_map.

@fruffy fruffy added the core Topics concerning the core segments of the compiler (frontend, midend, parser) label Jun 3, 2024
@fruffy fruffy requested review from asl and vlstill June 3, 2024 15:57
Copy link
Contributor

@asl asl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fruffy fruffy added this pull request to the merge queue Jun 3, 2024
Merged via the queue into main with commit 32f2c1d Jun 3, 2024
17 checks passed
@fruffy fruffy deleted the fruffy/C++20_fixes branch June 3, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Topics concerning the core segments of the compiler (frontend, midend, parser)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants