We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
range_value_t
Probably range_value_t may be used here:
oneDPL/include/oneapi/dpl/pstl/utils_ranges.h
Line 65 in 1746d46
Please take a look to https://en.cppreference.com/w/cpp/ranges/range_size_t for details.
The text was updated successfully, but these errors were encountered:
I guess - no... because std::ranges::range_value_t - C++20
std::ranges::range_value_t
Sorry, something went wrong.
So we can use it under some define?
yes, under _ONEDPL_CPP20_RANGES_PRESENT probably...
_ONEDPL_CPP20_RANGES_PRESENT
No branches or pull requests
Probably
range_value_t
may be used here:oneDPL/include/oneapi/dpl/pstl/utils_ranges.h
Line 65 in 1746d46
Please take a look to https://en.cppreference.com/w/cpp/ranges/range_size_t for details.
The text was updated successfully, but these errors were encountered: