| Summary: | std::views::* won't work with non-legacy iterators | ||
|---|---|---|---|
| Product: | gcc | Reporter: | gcc-bugs |
| Component: | libstdc++ | Assignee: | Not yet assigned to anyone <unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | ppalka, webrown.cpp |
| Priority: | P3 | ||
| Version: | 11.0 | ||
| Target Milestone: | --- | ||
| See Also: | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95983 | ||
| Host: | Target: | ||
| Build: | Known to work: | ||
| Known to fail: | Last reconfirmed: | ||
|
Description
gcc-bugs
2020-07-06 02:08:09 UTC
(In reply to gcc-bugs from comment #0) > I don't know how to create a LWG issue https://cplusplus.github.io/LWG/lwg-active.html#submit_issue (In reply to gcc-bugs from comment #0) > Hi gcc-team, > > not long ago a filed a bug-report[1] that > `std::ranges::basic_istream_view::iterator` has no `std::iterator_traits` > entry. Which is also the cause of PR 95983. |