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
Following doesn't compiles:
std::vector<int> list; auto a = list | ranges::view::transform([](int& i)->int* {return &i; }) | ranges::view::indirect; auto b = a.begin();
Compiler errors are not very helpful... https://wandbox.org/permlink/h71MoQWuMEpyfM8V
The text was updated successfully, but these errors were encountered:
Bring indirect_view into the glorious new const/non-const world
9576a02
Fixes ericniebler#952.
2bb358d
No branches or pull requests
Following doesn't compiles:
Compiler errors are not very helpful...
https://wandbox.org/permlink/h71MoQWuMEpyfM8V
The text was updated successfully, but these errors were encountered: