http://d.puremagic.com/issues/show_bug.cgi?id=8414


[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #4 from [email protected] 2012-11-04 14:31:23 PST ---
OK:

import std.algorithm;
enum Foo { A, B, C }
int main() {
    with (Foo) {
        return canFind([A, B, C], C);
    }
}



Linking error:

import std.algorithm;
enum Foo { A, B, C }
int main() {
    with (Foo)
        return canFind([A, B, C], C);
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to