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

--- Comment #4 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
And by the same token, I suspect this ought to work too:

template<typename T>
struct A {
  A(T::type);
};

Reply via email to