www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6379] New: std.container.SList fails to compile

reply d-bugmail puremagic.com writes:
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 puremagic.com
        ReportedBy: htvennik gmail.com



---
(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: -------
Jul 25 2011
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=6379


Ellery Newcomer <ellery-newcomer utulsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ellery-newcomer utulsa.edu
         Resolution|                            |FIXED



14:33:23 PDT ---
https://github.com/D-Programming-Language/phobos/commit/e312f9898b4132db91fff743cee7d570a23ed55b

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