[Issue 11820] New: std.algorithm.remove does not function with `alias this`
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Dec 25 23:20:25 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11820
Summary: std.algorithm.remove does not function with `alias
this`
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Phobos
AssignedTo: nobody at puremagic.com
ReportedBy: msoucy at csh.rit.edu
--- Comment #0 from Matt Soucy <msoucy at csh.rit.edu> 2013-12-25 23:20:22 PST ---
Created an attachment (id=1306)
Sample file from dpaste
In situations such as the attached, std.algorithm.remove produces a
compile-time error when used on an object that fulfills its requirements only
because of `alias this`.
Issue was traced to this commit:
https://github.com/D-Programming-Language/phobos/pull/1162/files
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list