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
Currently, we vectorize reverse():
reverse()
STL/stl/inc/xutility
Lines 4599 to 4623 in 957fe99
We should extend this significant optimization to reverse_copy():
reverse_copy()
STL/stl/inc/algorithm
Lines 1975 to 1988 in 957fe99
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently, we vectorize
reverse()
:STL/stl/inc/xutility
Lines 4599 to 4623 in 957fe99
We should extend this significant optimization to
reverse_copy()
:STL/stl/inc/algorithm
Lines 1975 to 1988 in 957fe99
The text was updated successfully, but these errors were encountered: