On 7/31/2018 1:43 AM, Atila Neves wrote:
It's not the same - if I want to link to std::vector and std::string, I'd expect them to be used in D as std.vector and std.string, not std.vector and HackyDThing0.std.string.

Calling them std.string will already cause problems, because there's an std.string in Phobos.

You could call it core.stdcpp.string, analogously to core.stdc.string for 
string.h.

Keep in mind that with 'alias' names can behave as if they are moved to another scope.

Reply via email to