ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.04k stars 371 forks source link

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

Closed Chiraffollo closed 1 month ago

Chiraffollo commented 1 month ago

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 commented 1 month ago

This is being addressed in PR #895