[Bug c++/95100] xxx_view adaptors don't work with pipeline operator

2020-05-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95100 Jonathan Wakely changed: What|Removed |Added Resolution|--- |INVALID

[Bug c++/95100] xxx_view adaptors don't work with pipeline operator

2020-05-15 Thread rhalbersma at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95100 --- Comment #2 from rhalbersma --- OK, so the rewriting rules [range.adaptors]/4, that make views::xxx(R) equivalent to R | views::xxx, do not allow to rewrite the expression equivalent xxx_view{R} as R | xxx_view? That would be rather finicky,

[Bug c++/95100] xxx_view adaptors don't work with pipeline operator

2020-05-15 Thread ppalka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95100 Patrick Palka changed: What|Removed |Added CC||ppalka at gcc dot gnu.org --- Comment