[cfe-users] problem with `candidate template ignored: invalid explicitly-specified argument'
Werner LEMBERG via cfe-users
cfe-users at lists.llvm.org
Fri Nov 9 04:01:00 PST 2018
> Yes. The pieces are these:
>
> template
> <typename T> // template-parameter-list
> void f
> (int N) // parameter-type-list
>
> Both base and derived function template have a parameter-type-list
> of (). :(
Thanks for the analysis. I now wonder whether there is a work-around
to make the code work with clang also. Any ideas?
Werner
More information about the cfe-users
mailing list