Y
Hacker News
new
|
ask
|
show
|
jobs
by
Negitivefrags
2521 days ago
That isn't even close to valid C++.
1 comments
username90
2520 days ago
It is a valid template specialization declaration if you add template<> in front, like this:
template<> void lol<A, <B, C<D>>, E>()
link
template<> void lol<A, <B, C<D>>, E>()