jonathanmcdermid / Clovis

MIT License
4 stars 2 forks source link

Remove explicit template instantiation in headers #13

Closed En-En-Code closed 1 year ago

En-En-Code commented 1 year ago

Explicit template instantiations expect a definition, which is only found outsize of the evaluate.h header file, thus causing a compile error.

(Also, the unused TT functions are warnings made errors by -Werror, although I expect those are intended to be used at some point).

jonathanmcdermid commented 1 year ago

Sorry, I missed this MR. I think I've fixed the problem already.