Creating weak symbols with D

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Sat Aug 8 17:59:08 UTC 2020


Weak symbols (https://en.wikipedia.org/wiki/Weak_symbol) are not often 
needed, but they are, they're needed badly.

C and C++ define __attribute__((weak)) to introduce weak symbols. It 
would be great if D could have a corresponding @weak attribute.


More information about the Digitalmars-d mailing list