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

Kael Franco <kaelfandrew at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kaelfandrew at gmail dot com

--- Comment #3 from Kael Franco <kaelfandrew at gmail dot com> ---
(In reply to Drea Pinski from comment #1)
> Reduced testcase:
> ```
> template<class T>
> using AllSame = int;
> 
> template<class T, class... Rest>
> struct AllSame<T, Rest...>;
> ```

r14-9374-gf5c1224708a0cf

Reply via email to