https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100567
康桓瑋 <hewillk at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #2 from 康桓瑋 <hewillk at gmail dot com> --- (In reply to Patrick Palka from comment #1) > Hmm, I believe we're behaving correctly according to wg21.link/p2281. This > paper clarifies that partial application of a range adaptor stores the extra > arguments in their decayed form, so in particular we discard their > cv-qualifications. Oops, you are right. Tim made a big change to the range adaptor objects in P2281. Thank you for correcting me.