Commit ad71c970 by Tobias Fuchs

algorithms_cpp: fixed cpplint warning

parent c72d72a3
......@@ -226,7 +226,7 @@ template <typename RAI, typename ComparisonFunction>
void QuickSort(RAI first, RAI last, ComparisonFunction comparison,
const embb::mtapi::ExecutionPolicy& policy, size_t block_size) {
typedef typename std::iterator_traits<RAI>::iterator_category category;
internal::QuickSortIteratorCheck(first, last, comparison,
internal::QuickSortIteratorCheck(first, last, comparison,
policy, block_size, category());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment