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

std::equal is not necessarily constexpr in C++17 #512

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

lemire
Copy link
Member

@lemire lemire commented Sep 19, 2023

std::equal is not necessarily constexpr in C++17, so PR #474 broke ada technically.

I am removing the constexpr qualifier for now.

See https://en.cppreference.com/w/cpp/algorithm/equal

@lemire lemire requested a review from anonrig September 19, 2023 13:54
@anonrig anonrig force-pushed the dlemire/fix_std_equal_constexpr branch from 4ce2fd6 to e10d4dd Compare September 19, 2023 19:59
@anonrig anonrig merged commit 661717e into main Sep 19, 2023
31 checks passed
@anonrig anonrig deleted the dlemire/fix_std_equal_constexpr branch September 19, 2023 19:59
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.

2 participants