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

--- Comment #2 from Drea Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Drea Pinski from comment #1)
> Confirmed.
> 
> Before GCC 13, GCC used to ouput this:
> ```
> <source>:11:27: error: parameter packs not expanded with '...':
>    11 |     using Y<V>::operator V...;
>       |                           ^~~
> <source>:11:27: note:         'V'
> ```
> 
> Which is wrong too.

And that was PR 108090 .

Reply via email to