[Issue 3673] inheritance + if clause = no go

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jan 5 03:00:46 PST 2010


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


Max Samukha <samukha at voliacable.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |samukha at voliacable.com


--- Comment #1 from Max Samukha <samukha at voliacable.com> 2010-01-05 03:00:42 PST ---
This syntax is supported:

interface OutputRange(T...) if (T.length > 1)
    : OutputRange!(T[0]), OutputRange!(T[1 .. $])
{
}

-- 
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