Sergey Kopienko
Sergey Kopienko
Thank you for reporting, we will take a look.
Investigated, we are working on a fix.
Hi, Tobias This issue will be fixed in one of the next releases.
@dmitriy-sobolev, please rebase from main this branch.
Am I right, that with your fix example from https://www.boost.org/doc/libs/1_66_0/libs/iterator/doc/html/iterator/specialized/permutation.html example will work OK and each of loops like std::copy( indices.begin(), indices.end(), std::ostream_iterator< int >( std::cout, " " ) );...
Thank you for reporting, we will take a look.
The root cause found and fixed. Fix will be available in the next oneDPL release.
Only C++11 CI tasks are failed now - it's ok because we don't support C++11 and C++14 anymore in oneDPL : - https://github.com/oneapi-src/oneDPL/actions/runs/3143407787/jobs/5108115427 - https://github.com/oneapi-src/oneDPL/actions/runs/3143407787/jobs/5108115824
@MikeDvorskiy could you please take a look to this PR ?
I think that we can apply (merge) this PR and discuss about execution policies checks in C++17 in the separate PR https://github.com/oneapi-src/oneDPL/pull/645