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.h with #define ETL_NO_STL does not work in ETL version 20.28.15 #899

Closed
falkd opened this issue May 29, 2024 · 1 comment
Closed

Comments

@falkd
Copy link

falkd commented May 29, 2024

The "rotate_general" method is using std::advance and std::distance regardless of the ETL_NO_STL definition.
This generates a compiler error e.g.:

etl/private/../algorithm.h:1296:33: error: 'distance' is not a member of 'std'

@falkd falkd changed the title algorithm.h with #define ETL_NO_STL doen not work in ETL version 20.28.15 algorithm.h with #define ETL_NO_STL does not work in ETL version 20.28.15 May 29, 2024
@jwellbelove
Copy link
Contributor

This issue is being addressed in PR #897

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