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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|                            |2025-04-02
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
           Keywords|needs-reduction             |

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed.

MSVC accepts the code while clang rejects it about something about lambdas not
being convertable. EDG just says: "argument deduction candidate found for alias
template" due to the lambda.

Reply via email to