Sergey Kopienko
Sergey Kopienko
> > 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 >...
@MikeDvorskiy could you please take a look at this PR and approve it?
@rarutyun please make review too
@rarutyun please make review too
@rarutyun could you please take a look at this PR ?
@rarutyun, @MikeDvorskiy, @akukanov could you please approve this PR ?
> > @rarutyun, @MikeDvorskiy, @akukanov could you please approve this PR ? > > Sorry, I cannot, because from my understanding that's not what we agreed on. During the discussion...
I think we are able to fix this issue without changes in `transform_iterator` and it's more preferable: for that we should duplicate some code in `if` / `else` parts inside...
What about the code ```C++ // Using callable object instead of lambda here to ensure transform iterator would be // default constructible, that is part of the Forward Iterator requirements...
> > What about the code > > ```c++ > > // Using callable object instead of lambda here to ensure transform iterator would be > > // default constructible,...