oneDPL
oneDPL copied to clipboard
[oneDPL][tests] + Remove support of C++11 and C++14 from oneDPL
Removed support of C++11 and C++14 from oneDPL library.
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
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
In that case I believe we should to remove such configurations from CI.
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
In that case I believe we should to remove such configurations from CI.
Corresponding task already created.
@MikeDvorskiy could you please take a look at this PR and approve it?