You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
Added possibility to construct a zip_iterator out of a std::tuple of iterators.
Added 9 more serial-based versions of algorithms: is_heap, is_heap_until, make_heap, push_heap, pop_heap, is_sorted, is_sorted_until, partial_sort, partial_sort_copy. Please refer to Tested Standard C++ API Reference.
Fixed Issues
Added namespace alias dpl = oneapi::dpl into all public headers.
Fixed error in reduce_by_segment algorithm.
Fixed errors when data size is 0 in upper_bound, lower_bound and binary_search algorithms.
Fixed wrong results error in algorithms call with permutation iterator.