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

           Summary: std.container.SList fails to compile
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nob...@puremagic.com
        ReportedBy: htven...@gmail.com


--- Comment #0 from Harry Vennik <htven...@gmail.com> 2011-07-25 07:35:50 PDT 
---
(line numbers for Phobos as it comes with D 2.054)

On std/container.d line 944, the definition of SList.Range.empty is missing
@property.
This makes the definition of linearRemove on line 1287 fail to compile:

std/container.d(1288): Error: template instance Take!(Range) does not match any
template declaration
std/container.d(1287): Error: Take!(Range) is used as a type

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

Reply via email to