Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The __collector_t is defined but never used in oneDPL code #1302

Closed
SergeyKopienko opened this issue Nov 30, 2023 · 2 comments
Closed

The __collector_t is defined but never used in oneDPL code #1302

SergeyKopienko opened this issue Nov 30, 2023 · 2 comments

Comments

@SergeyKopienko
Copy link
Contributor

using __collector_t = typename __internal::__policy_traits<::std::decay_t<_ExecutionPolicy>>::__collector_type;

The __collector_t is defined but never used in oneDPL code.
Probably required to delete this type definition and __collector_type too.

@SergeyKopienko
Copy link
Contributor Author

This issue will be fixed in #1303

@SergeyKopienko
Copy link
Contributor Author

Fixed: PR #1303 has been merged into main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant