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
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.
rotate_general
std::advance
std::distance
<iterator>
ETL_USING_STL
The text was updated successfully, but these errors were encountered:
This is being addressed in PR #895
Sorry, something went wrong.
No branches or pull requests
In algorithm.h the
rotate_general
method usesstd::advance
andstd::distance
from<iterator>
. But these are only available ifETL_USING_STL
is set.The text was updated successfully, but these errors were encountered: