https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116907

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-bisection
      Known to fail|                            |15.0
      Known to work|                            |14.2.0

--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Now I wonder if it is a front-end issue.

If I changed:
return TransformView{(range), 0};

to be:
return TransformView<decltype(range), int>{(range), 0};

then it works but this should be the same thing.

Reply via email to