* Win32 issues with Templates and Libs *

Walter Bright newshound at digitalmars.com
Tue Feb 20 11:42:27 PST 2007


kris wrote:
> Would you perhaps explain why ELF does not have this problem? Thanks

The ar format doesn't care if there are multiple definitions of the same 
symbol. The linker just picks one (presumably the first one it finds) 
and pulls in that module along with whatever else happens to be in that 
module.



More information about the Digitalmars-d mailing list