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

--- Comment #3 from Daniel Kirchner <daniel at ekpyron dot org> ---
Non-STL test case:

struct X { int s(); };
template<int> using Y = void;
template<int> static constexpr void t(X x) { Y<x.s()> v; }

Reply via email to