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

rotate_general in algorithm.h uses std methods instead of etl #896

Closed
Chiraffollo opened this issue May 27, 2024 · 1 comment
Closed

rotate_general in algorithm.h uses std methods instead of etl #896

Chiraffollo opened this issue May 27, 2024 · 1 comment

Comments

@Chiraffollo
Copy link
Contributor

In algorithm.h the rotate_general method uses std::advance and std::distance from <iterator>. But these are only available if ETL_USING_STL is set.

@jwellbelove
Copy link
Contributor

This is being addressed in PR #895

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

No branches or pull requests

2 participants