We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
STL/stl/inc/xutility
Lines 1069 to 1071 in c10ae01
The behavior of this constexpr branch is incorrect.
STL version
https://github.com/microsoft/STL/commit/c10ae01b4d9508eed9d5f059a120ee7223b6ac12
Additional context
This bug causes test failure in #1062.
The text was updated successfully, but these errors were encountered:
Fix thinko in ranges::iter_swap
7cce0a0
...by transposing arguments to `_Iter_exchange_move`. Fixes microsoft#1067
Fix thinko in ranges::iter_swap (#1072)
30777d5
...by transposing arguments to `_Iter_exchange_move`. Fixes #1067
Successfully merging a pull request may close this issue.
Describe the bug
STL/stl/inc/xutility
Lines 1069 to 1071 in c10ae01
The behavior of this constexpr branch is incorrect.
STL version
Additional context
This bug causes test failure in #1062.
The text was updated successfully, but these errors were encountered: