I get the error "template instance xy is not defined" if a specific instantiation is not used in my main program. But shouldn't the compiler build all instantiations used within a unittest?!?
What am I missing?
Dominikus Dittes Scherkl via Digitalmars-d-learn Sun, 25 Jan 2015 04:35:40 -0800
I get the error "template instance xy is not defined" if a specific instantiation is not used in my main program. But shouldn't the compiler build all instantiations used within a unittest?!?
What am I missing?