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

           Summary: Need alias for using std.algorithm.remove
           Product: D
           Version: future
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: rayerd....@gmail.com


--- Comment #0 from Haruki Shigemori <rayerd....@gmail.com> 2009-12-07 08:00:21 
PST ---
import std.stdio;
import std.algorithm;

// Need this for compile correctly in dmd 2.037
alias std.algorithm.remove remove;

void main()
{
    int[] a = [1,2,3,4,5];
    writeln( remove!("a < 3")(a) );
}

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

Reply via email to