[Issue 14817] copy("foo", "bar") std.algorithm/std.file conflict

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 21 07:43:26 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14817

Peter Alexander <peter.alexander.au at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter.alexander.au at gmail.co
                   |                            |m

--- Comment #1 from Peter Alexander <peter.alexander.au at gmail.com> ---
I see, I'll fix this as soon as I can.

I'm not understanding something though: I thought anti-hijacking rules were
supposed to stop symbols from one module overloading with symbols from another?
Shouldn't these two symbols be in conflict *regardless* of whether or not
std.algorithm.mutation.copy had the template constraint?

--


More information about the Digitalmars-d-bugs mailing list