Problem with coupling shared object symbol visibility with protection
Martin Nowak via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jan 30 02:39:49 PST 2015
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.
More information about the Digitalmars-d
mailing list