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

<algorithm>: fix GH-1932 #1933

Merged
merged 2 commits into from
Jun 4, 2021
Merged

<algorithm>: fix GH-1932 #1933

merged 2 commits into from
Jun 4, 2021

Conversation

CaseyCarter
Copy link
Member

... by extracting the constant expression we'd like to short-circuit into a concept.

Fixes #1932.

... by extracting the constant expression we'd like to short-circuit into a concept.

Fixes microsoft#1932.
@CaseyCarter CaseyCarter added the bug Something isn't working label May 26, 2021
@CaseyCarter CaseyCarter requested a review from a team as a code owner May 26, 2021 15:38
@CaseyCarter CaseyCarter removed their assignment Jun 4, 2021
@CaseyCarter CaseyCarter merged commit 4c862ee into microsoft:main Jun 4, 2021
@CaseyCarter
Copy link
Member Author

Thanks for fixing this unique bug. (Copy what I did there?)

@CaseyCarter CaseyCarter deleted the fix1932 branch June 4, 2021 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

<algorithm>: Incorrect if constexpr statement in ranges::unique_copy
5 participants