https://issues.dlang.org/show_bug.cgi?id=13627
Issue ID: 13627
Summary: Error: core.stdc.string.memcpy conflicts with
core.thread.memcpy
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: trivial
Priority: P1
Component: Phobos
Assignee: [email protected]
Reporter: [email protected]
Error: core.stdc.string.memcpy at /opt/dmd-2.066/import/core/stdc/string.d(24)
conflicts with core.thread.memcpy at /opt/dmd-2.066/import/core/thread.d(128)
This conflict is unnecessary. We should think about better ways deal with "most
of Phobos imports most of Phobos" or ignore invisible symbols on overload
resolution. (Which is probably unfeasible or it would have been done already.)
--