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 word boundary assertions under C++20 #90

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

BigRedEye
Copy link

@BigRedEye BigRedEye commented Feb 7, 2022

See intel#345.
Word boundary assertions are basically broken when using modern stdlib (with P1614R2 implemented). This is caused by breaking change in std::pair comparison operators (after P1614R2 std::pair uses operator<=>).

For more context on breaking change, see
https://www.reddit.com/r/cpp/comments/ra5cpy/the_spacesship_operator_silently_broke_my_code/

@markos markos merged commit 2819dc3 into VectorCamp:master Feb 8, 2022
@BigRedEye BigRedEye deleted the vectorscan-master branch February 8, 2022 08:25
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.

None yet

2 participants