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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2026-05-16

--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
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.

Reply via email to