https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113929
Bug ID: 113929 Summary: GCC accepts template<this auto> Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: hewillk at gmail dot com Target Milestone: --- This is the sibling of Bug 113788. template<this auto> struct S {} ; S<0> s{}; https://godbolt.org/z/GbdqW9zee Thank you.