Skip to content

Commit

Permalink
Changed std algorithms to etl
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wellbelove committed Jun 5, 2024
1 parent 496c8a2 commit 9247c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/etl/algorithm.h
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ namespace etl

TIterator next = middle;
TIterator result = first;
std::advance(result, std::distance(middle, last));
etl::advance(result, etl::distance(middle, last));

while (first != next)
{
Expand Down

0 comments on commit 9247c14

Please sign in to comment.