[Issue 6379] New: std.container.SList fails to compile

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 25 07:35:51 PDT 2011


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: nobody at puremagic.com
        ReportedBy: htvennik at gmail.com


--- Comment #0 from Harry Vennik <htvennik at 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: -------


More information about the Digitalmars-d-bugs mailing list