Just delete the duplicate symbol, and add public imports of the other module symbols.e.g.:public import core.sys.posix.netinet.in_: IP_ADD_MEMBERSHIP; -Steve
Great. Will do.
Sebastiaan Koppe via Digitalmars-d-learn Tue, 27 Jun 2017 13:36:03 -0700
Just delete the duplicate symbol, and add public imports of the other module symbols.e.g.:public import core.sys.posix.netinet.in_: IP_ADD_MEMBERSHIP; -Steve
Great. Will do.