Hacker News new | ask | show | jobs
by Negitivefrags 2521 days ago
That isn't even close to valid C++.
1 comments

It is a valid template specialization declaration if you add template<> in front, like this:

template<> void lol<A, <B, C<D>>, E>()