std library hooks

Walter Bright newshound2 at digitalmars.com
Sat Apr 14 12:40:31 PDT 2012


On 4/14/2012 2:40 AM, Vladimir Panteleev wrote:
> So object files take priority over library files?

Yes, because object files are NOT searched. They are incorporated. Libraries get 
recursively searched for unresolved symbols.


More information about the Digitalmars-d mailing list