core.stdcpp

Walter Bright via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Aug 29 11:05:51 PDT 2014


On 8/27/2014 2:38 PM, deadalnix wrote:
> The problem is that you don't always want to bring libc and libstdc++ with you
> with every single project you write.

Remember that a library is not simply inserted bodily into the executable. A 
library is searched for modules that define unresolved symbols.

I.e. only if you use code that refers to libc or libstd++ will those bits be 
linked in.



More information about the Digitalmars-d-announce mailing list