Tom S wrote: > Thus my suggestion of adding an option to DMD so it may emit template > instances to all object files that use them. If anyone has alternative > ideas, I'd be glad to hear them, because I'm running out of options. Try compiling with -lib, which will put each template instance into its own obj file.