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

--- Comment #8 from Kenji Hara <k.hara...@gmail.com> ---
(In reply to Walter Bright from comment #4)
> This is not a compiler bug. It has nothing to do with 314.
> 
> The problem is that 'strip' is defined in both std.string and std.algorithm.

But their signatures don't have ambiguity. With one string argument, " af
".strip == strip(" af ") should match only to std.string.strip. So this is a
compiler bug.

--

Reply via email to