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

Eric Niebler <eric.niebler at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.niebler at gmail dot com

--- Comment #7 from Eric Niebler <eric.niebler at gmail dot com> ---
Another, even shorter repro:

template <auto A = []<class B>(B){}>
struct C {
  using D = void;
};

template <class...>
using E = C<>::D;

using F = E<>;

Reply via email to