https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106793
康桓瑋 <hewillk at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hewillk at gmail dot com --- Comment #1 from 康桓瑋 <hewillk at gmail dot com> --- C++ does not allow omitting <> for function parameters like: template<class = void> struct S { }; void test(S& s);