ETLCPP / etl

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

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

Closed Chiraffollo closed 6 months ago

Chiraffollo commented 6 months 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 6 months ago

This is being addressed in PR #895