On Thursday, 29 January 2015 at 13:24:36 UTC, Benjamin Thaut wrote:
module c:
SomeTemplate!uint var3; // will this use instaction from b? Or instanciate itself?

That's the first instantiation with uint. If you mean float, then it will instatiate the template when compiled individually and use b's instantiation when b and c are compiled together.

Reply via email to