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

Patrick Palka <ppalka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-05-03
             Status|UNCONFIRMED                 |NEW
                 CC|                            |jason at gcc dot gnu.org,
                   |                            |ppalka at gcc dot gnu.org

--- Comment #1 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Thanks for the bug report, confirmed.  Started with r11-7931.

Reduced reproducer:

template <bool> using enable_if_t = int;
template <class> bool has_P_match_v;
template <template <class> class... List> enable_if_t<has_P_match_v<List...>>
a;

Reply via email to